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 TypeMethodDescriptionvoidaddProperty(String name, String value) getBody()booleangetHead()intlonggetPage()String[]jakarta.servlet.http.HttpServletRequestgetTitle()booleanbooleanorg.apache.velocity.runtime.Renderableorg.apache.velocity.runtime.RenderablevoidsetFrameSet(boolean frameset) voidsetRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest) voidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getPropertyin interfaceDecoratablePage- Specified by:
getPropertyin interfacecom.opensymphony.module.sitemesh.Page
-
renderableBody
public org.apache.velocity.runtime.Renderable renderableBody()- Specified by:
renderableBodyin interfaceDecoratablePage
-
renderableHead
public org.apache.velocity.runtime.Renderable renderableHead()- Specified by:
renderableHeadin interfaceDecoratablePage
-
writePage
- Specified by:
writePagein interfacecom.opensymphony.module.sitemesh.Page- Throws:
IOException
-
getPage
- Specified by:
getPagein interfacecom.opensymphony.module.sitemesh.Page
-
writeBody
- Specified by:
writeBodyin interfacecom.opensymphony.module.sitemesh.Page- Throws:
IOException
-
getBody
- Specified by:
getBodyin interfacecom.opensymphony.module.sitemesh.Page
-
getTitle
- Specified by:
getTitlein interfacecom.opensymphony.module.sitemesh.Page
-
getIntProperty
- Specified by:
getIntPropertyin interfacecom.opensymphony.module.sitemesh.Page
-
getLongProperty
- Specified by:
getLongPropertyin interfacecom.opensymphony.module.sitemesh.Page
-
getBooleanProperty
- Specified by:
getBooleanPropertyin interfacecom.opensymphony.module.sitemesh.Page
-
isPropertySet
- Specified by:
isPropertySetin interfacecom.opensymphony.module.sitemesh.Page
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfacecom.opensymphony.module.sitemesh.Page
-
getProperties
- Specified by:
getPropertiesin interfacecom.opensymphony.module.sitemesh.Page
-
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest()- Specified by:
getRequestin interfacecom.opensymphony.module.sitemesh.Page
-
setRequest
public void setRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest) - Specified by:
setRequestin interfacecom.opensymphony.module.sitemesh.Page
-
addProperty
- Specified by:
addPropertyin interfacecom.opensymphony.module.sitemesh.Page
-
writeHead
- Specified by:
writeHeadin interfacecom.opensymphony.module.sitemesh.HTMLPage- Throws:
IOException
-
getHead
- Specified by:
getHeadin interfacecom.opensymphony.module.sitemesh.HTMLPage
-
isFrameSet
public boolean isFrameSet()- Specified by:
isFrameSetin interfacecom.opensymphony.module.sitemesh.HTMLPage
-
setFrameSet
public void setFrameSet(boolean frameset) - Specified by:
setFrameSetin interfacecom.opensymphony.module.sitemesh.HTMLPage
-