Interface | Description |
---|---|
DecoratablePage |
Representation of a page that will be decorated.
|
DecoratablePage.ParsedBody | |
DecoratablePage.ParsedHead | |
Decorator |
Interface for a page decorator.
|
DecoratorListener |
Listener for decorators being set
|
JiraPageBuilderService |
Interface for accessing page builders
|
JspDecorator |
Interface for a decorator that runs over JSPs
|
PageBuilder |
Interface for working with decoration when rendering an HTML page.
|
PageBuilderServiceSpi |
Interface for creating and initialising page builders.
|
PageBuilderSpi |
Interface for hosts that handle requests.
|
Class | Description |
---|---|
AbstractJspDecorator |
Abstract superclass for decorators rendered by JSPs.
|
BootstrapPageBuilderServiceSpi |
No op PageBuilderServiceSpi to be used in the Bootstrap container, because it is called from Servlet Filters.
|
DefaultJiraPageBuilderService |
Creates PageBuilder and PageBuilderSpi instances and caches them per-request.
|
DefaultPageBuilder |
Implementation of PageBuilder and PageBuilderSpi interfaces
|
GeneralJspDecorator |
Decorator representing general-*.jsp
|
JspDecoratorUtils |
Static utilities for accessing values from the current request's decorated page, eg from within a JSP.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.