public class

JspDecoratorUtils

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.pagebuilder.JspDecoratorUtils

Class Overview

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

Summary

Public Constructors
JspDecoratorUtils()
Public Methods
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 Methods
static void clearParsedBody()
static void clearParsedHead()
static void setParsedBody(DecoratablePage.ParsedBody parsedBody)
static void setParsedHead(DecoratablePage.ParsedHead parsedHead)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JspDecoratorUtils ()

Public Methods

public static DecoratablePage.ParsedBody getBody ()

Returns the parsed body from the current decorated page

Returns
  • decorated page's parsed body

public static DecoratablePage.ParsedHead getHead ()

Returns the parsed head from the current decorated page

Returns
  • decorated page's parsed head

Protected Methods

protected static void clearParsedBody ()

protected static void clearParsedHead ()

protected static void setParsedBody (DecoratablePage.ParsedBody parsedBody)

protected static void setParsedHead (DecoratablePage.ParsedHead parsedHead)