com.atlassian.jira.web.pagebuilder
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

Since:
v6.1

Field Summary
static String SEND_HEAD_EARLY_FEATURE_KEY
          Dark feature key for sending the head early
 
Method Summary
 PageBuilder get()
          Gets the page builder for the current request
 
Methods inherited from interface com.atlassian.webresource.api.assembler.PageBuilderService
assembler
 

Field Detail

SEND_HEAD_EARLY_FEATURE_KEY

static final String SEND_HEAD_EARLY_FEATURE_KEY
Dark feature key for sending the head early

See Also:
Constant Field Values
Method Detail

get

PageBuilder get()
Gets the page builder for the current request

Returns:
request-local page builder
Throws:
IllegalStateException - if no page builder has been set for the current request


Copyright © 2002-2014 Atlassian. All Rights Reserved.