public class

VelocitySitemeshPage

extends Object
implements HTMLPage
java.lang.Object
   ↳ com.atlassian.confluence.util.profiling.VelocitySitemeshPage

Class Overview

Sitemesh page with a getProperty method that is declared as HTML safe

Summary

Public Constructors
VelocitySitemeshPage(HTMLPage delegatePage)
Public Methods
void addProperty(String s, String s1)
String getBody()
boolean getBooleanProperty(String s)
String getHead()
int getIntProperty(String s)
long getLongProperty(String s)
String getPage()
Map getProperties()
String getProperty(String s)
String[] getPropertyKeys()
HttpServletRequest getRequest()
String getTitle()
boolean isFrameSet()
boolean isPropertySet(String s)
void setFrameSet(boolean b)
void setRequest(HttpServletRequest httpServletRequest)
void writeBody(Writer writer)
void writeHead(Writer writer)
void writePage(Writer writer)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.module.sitemesh.HTMLPage
From interface com.opensymphony.module.sitemesh.Page

Public Constructors

public VelocitySitemeshPage (HTMLPage delegatePage)

Public Methods

public void addProperty (String s, String s1)

public String getBody ()

public boolean getBooleanProperty (String s)

public String getHead ()

public int getIntProperty (String s)

public long getLongProperty (String s)

public String getPage ()

public Map getProperties ()

public String getProperty (String s)

public String[] getPropertyKeys ()

public HttpServletRequest getRequest ()

public String getTitle ()

public boolean isFrameSet ()

public boolean isPropertySet (String s)

public void setFrameSet (boolean b)

public void setRequest (HttpServletRequest httpServletRequest)

public void writeBody (Writer writer)

Throws
IOException

public void writeHead (Writer writer)

Throws
IOException

public void writePage (Writer writer)

Throws
IOException