Interface JiraPageBuilderService
- All Superinterfaces:
com.atlassian.webresource.api.assembler.PageBuilderService
- All Known Implementing Classes:
DefaultJiraPageBuilderService
public interface JiraPageBuilderService
extends com.atlassian.webresource.api.assembler.PageBuilderService
Interface for accessing page builders
This is used in the following plugins:
- jira-projects-plugin
- jira-projects-issue-nav-plugin
- jira-global-issue-nav-plugin
- jira-issue-nav-components-plugin
******************************* This is in the DMZ; search for usages before removing it. *******************************
- Since:
- v6.1
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionWith this some parts of the page can be sent (flushed) to the browser earlier, so it can start parsing them earlyMethods inherited from interface com.atlassian.webresource.api.assembler.PageBuilderService
assembler, seed
-
Field Details
-
SEND_HEAD_EARLY_FOR_DASHBOARD_DISABLE_FEATURE_KEY
Dark feature key for NOT sending the head early for the Dashboard- See Also:
-
DEFER_SCRIPTS_ON_DASHBOARD_DISABLE_FEATURE_KEY
Dark feature key for NOT deferring scripts on the Dashboard- See Also:
-
-
Method Details
-
getPartialPageRenderer
PartialPageRenderer getPartialPageRenderer()With this some parts of the page can be sent (flushed) to the browser earlier, so it can start parsing them early
-