com.atlassian.jira.web.pagebuilder
Class JspDecoratorUtils

java.lang.Object
  extended by com.atlassian.jira.web.pagebuilder.JspDecoratorUtils

public class JspDecoratorUtils
extends Object

Static utilities for accessing values from the current request's decorated page, eg from within a JSP.

Since:
v6.1

Constructor Summary
JspDecoratorUtils()
           
 
Method Summary
protected static void clearParsedBody()
           
protected static void clearParsedHead()
           
static DecoratablePage.ParsedBody getBody()
          Returns the parsed body from the current decorated page
static DecoratablePage.ParsedHead getHead()
          Returns the parsed head from the current decorated page
protected static void setParsedBody(DecoratablePage.ParsedBody parsedBody)
           
protected static void setParsedHead(DecoratablePage.ParsedHead parsedHead)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspDecoratorUtils

public JspDecoratorUtils()
Method Detail

setParsedHead

protected static void setParsedHead(DecoratablePage.ParsedHead parsedHead)

clearParsedHead

protected static void clearParsedHead()

setParsedBody

protected static void setParsedBody(DecoratablePage.ParsedBody parsedBody)

clearParsedBody

protected static void clearParsedBody()

getHead

public static DecoratablePage.ParsedHead getHead()
Returns the parsed head from the current decorated page

Returns:
decorated page's parsed head

getBody

public static DecoratablePage.ParsedBody getBody()
Returns the parsed body from the current decorated page

Returns:
decorated page's parsed body


Copyright © 2002-2014 Atlassian. All Rights Reserved.