| com.atlassian.jira.web.pagebuilder.PageBuilderServiceSpi |
Known Indirect Subclasses
| |||||||||||||
Interface for creating and initialising page builders.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears the page builder for the current request.
| |||||||||||
Returns the page builder spi for the current request
| |||||||||||
Creates a new page builder for the current request.
| |||||||||||
Clears the page builder for the current request.
Returns the page builder spi for the current request
| IllegalStateException | if no page builder spi has been set for the current request |
|---|
Creates a new page builder for the current request. If this has already been called for the current request, this is a no-op.
| request | http request |
|---|---|
| response | http response |
| decoratorListener | decorator listener |
| servletContext | servlet context |

