package

com.atlassian.jira.web.pagebuilder

Interfaces

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. 

Classes

AbstractJspDecorator Abstract superclass for decorators rendered by JSPs. 
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.