com.atlassian.jira.web.pagebuilder
Interface DecoratablePage


public interface DecoratablePage

Representation of a page that will be decorated. This class contains methods for extracting information about the page such as title, meta properties, body tag properties, as well as for rendering the head and body content.

Since:
v6.1

Nested Class Summary
static interface DecoratablePage.ParsedBody
           
static interface DecoratablePage.ParsedHead
           
 
Method Summary
 String getBodyTagProperty(String key)
           
 String getMetaProperty(String key)
           
 String getPageProperty(String key)
           
 String getTitle()
           
 void writeBody(Writer writer)
           
 void writeHead(Writer writer)
           
 

Method Detail

getTitle

String getTitle()

getMetaProperty

String getMetaProperty(String key)

getBodyTagProperty

String getBodyTagProperty(String key)

getPageProperty

String getPageProperty(String key)

writeHead

void writeHead(Writer writer)

writeBody

void writeBody(Writer writer)


Copyright © 2002-2014 Atlassian. All Rights Reserved.