Class VelocitySitemeshPage
java.lang.Object
com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
- All Implemented Interfaces:
DecoratablePage
,com.opensymphony.module.sitemesh.HTMLPage
,com.opensymphony.module.sitemesh.Page
A Velocity-safe Sitemesh
HTMLPage
implementation that also implements DecoratablePage
.- Since:
- 9.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.opensymphony.module.sitemesh.HTMLPage
-
Constructor Summary
ConstructorsConstructorDescriptionVelocitySitemeshPage
(com.opensymphony.module.sitemesh.HTMLPage delegatePage) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String name, String value) getBody()
boolean
getHead()
int
long
getPage()
String[]
javax.servlet.http.HttpServletRequest
getTitle()
boolean
boolean
org.apache.velocity.runtime.Renderable
org.apache.velocity.runtime.Renderable
void
setFrameSet
(boolean frameset) void
setRequest
(javax.servlet.http.HttpServletRequest httpServletRequest) void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.impl.sitemesh.DecoratablePage
getTitle, writePage
-
Field Details
-
delegatePage
protected final com.opensymphony.module.sitemesh.HTMLPage delegatePage
-
-
Constructor Details
-
VelocitySitemeshPage
public VelocitySitemeshPage(com.opensymphony.module.sitemesh.HTMLPage delegatePage)
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceDecoratablePage
- Specified by:
getProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
renderableBody
public org.apache.velocity.runtime.Renderable renderableBody()- Specified by:
renderableBody
in interfaceDecoratablePage
-
renderableHead
public org.apache.velocity.runtime.Renderable renderableHead()- Specified by:
renderableHead
in interfaceDecoratablePage
-
writePage
- Specified by:
writePage
in interfacecom.opensymphony.module.sitemesh.Page
- Throws:
IOException
-
getPage
- Specified by:
getPage
in interfacecom.opensymphony.module.sitemesh.Page
-
writeBody
- Specified by:
writeBody
in interfacecom.opensymphony.module.sitemesh.Page
- Throws:
IOException
-
getBody
- Specified by:
getBody
in interfacecom.opensymphony.module.sitemesh.Page
-
getTitle
- Specified by:
getTitle
in interfacecom.opensymphony.module.sitemesh.Page
-
getIntProperty
- Specified by:
getIntProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
getLongProperty
- Specified by:
getLongProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
getBooleanProperty
- Specified by:
getBooleanProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
isPropertySet
- Specified by:
isPropertySet
in interfacecom.opensymphony.module.sitemesh.Page
-
getPropertyKeys
- Specified by:
getPropertyKeys
in interfacecom.opensymphony.module.sitemesh.Page
-
getProperties
- Specified by:
getProperties
in interfacecom.opensymphony.module.sitemesh.Page
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()- Specified by:
getRequest
in interfacecom.opensymphony.module.sitemesh.Page
-
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest httpServletRequest) - Specified by:
setRequest
in interfacecom.opensymphony.module.sitemesh.Page
-
addProperty
- Specified by:
addProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
writeHead
- Specified by:
writeHead
in interfacecom.opensymphony.module.sitemesh.HTMLPage
- Throws:
IOException
-
getHead
- Specified by:
getHead
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-
isFrameSet
public boolean isFrameSet()- Specified by:
isFrameSet
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-
setFrameSet
public void setFrameSet(boolean frameset) - Specified by:
setFrameSet
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-