| java.lang.Object | |
| ↳ | com.atlassian.jira.web.pagebuilder.DefaultPageBuilder |
Implementation of PageBuilder and PageBuilderSpi interfaces
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finishes writing the decorated page and decorator to the current HTTP response
| |||||||||||
Flushes as much information as possible to the current HTTP response.
| |||||||||||
Sets the decorated page.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.web.pagebuilder.PageBuilder
| |||||||||||||||
From interface
com.atlassian.jira.web.pagebuilder.PageBuilderSpi
| |||||||||||||||
Finishes writing the decorated page and decorator to the current HTTP response
| page | page being decorated |
|---|
Flushes as much information as possible to the current HTTP response. This may be called multiple times in a single request.
Sets the decorated page. This can be called any number of times before the first call to flush.
| decorator | Decorator for the current request. |
|---|

