public interface

DecoratablePage

com.atlassian.jira.web.pagebuilder.DecoratablePage

Class Overview

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.

Summary

Nested Classes
interface DecoratablePage.ParsedBody  
interface DecoratablePage.ParsedHead  
Public Methods
String getBodyTagProperty(String key)
String getMetaProperty(String key)
String getPageProperty(String key)
String getTitle()
void writeBody(Writer writer)
void writeHead(Writer writer)

Public Methods

public String getBodyTagProperty (String key)

public String getMetaProperty (String key)

public String getPageProperty (String key)

public String getTitle ()

public void writeBody (Writer writer)

public void writeHead (Writer writer)