java.lang.Object | |
↳ | com.atlassian.jira.web.pagebuilder.BootstrapPageBuilderServiceSpi |
No op PageBuilderServiceSpi to be used in the Bootstrap container, because it is called from Servlet Filters. See JRA-43308
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited 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. 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 |