| java.lang.Object | ||
| ↳ | com.atlassian.plugin.webresource.assembler.DefaultPageBuilderService | |
| ↳ | com.atlassian.jira.web.pagebuilder.DefaultJiraPageBuilderService | |
Creates PageBuilder and PageBuilderSpi instances and caches them per-request. TODO: this will be merged with its superclass once the PageBuilder interface has been tested in JIRA
|
[Expand]
Inherited Constants | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.web.pagebuilder.JiraPageBuilderService
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears the page builder for the current request.
| |||||||||||
Gets 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 | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.webresource.assembler.DefaultPageBuilderService
| |||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.web.pagebuilder.JiraPageBuilderService
| |||||||||||||||||
From interface
com.atlassian.jira.web.pagebuilder.PageBuilderServiceSpi
| |||||||||||||||||
From interface
com.atlassian.plugin.webresource.assembler.LegacyPageBuilderService
| |||||||||||||||||
From interface
com.atlassian.webresource.api.assembler.PageBuilderService
| |||||||||||||||||
Clears the page builder for the current request.
Gets 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 |

