Class VelocitySitemeshPage
java.lang.Object
com.atlassian.confluence.util.profiling.VelocitySitemeshPage
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.HTMLPage
,com.opensymphony.module.sitemesh.Page
@Deprecated(forRemoval=true)
public class VelocitySitemeshPage
extends Object
implements com.opensymphony.module.sitemesh.HTMLPage
Deprecated, for removal: This API element is subject to removal in a future version.
Sitemesh page with a getProperty method that is declared as HTML safe
-
Constructor Summary
ConstructorsConstructorDescriptionVelocitySitemeshPage
(com.opensymphony.module.sitemesh.HTMLPage delegatePage) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String s, String s1) Deprecated, for removal: This API element is subject to removal in a future version.getBody()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.getHead()
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.getPage()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.javax.servlet.http.HttpServletRequest
Deprecated, for removal: This API element is subject to removal in a future version.getTitle()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setFrameSet
(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequest
(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
VelocitySitemeshPage
public VelocitySitemeshPage(com.opensymphony.module.sitemesh.HTMLPage delegatePage) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
writePage
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writePage
in interfacecom.opensymphony.module.sitemesh.Page
- Throws:
IOException
-
getPage
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPage
in interfacecom.opensymphony.module.sitemesh.Page
-
writeBody
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeBody
in interfacecom.opensymphony.module.sitemesh.Page
- Throws:
IOException
-
getBody
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getBody
in interfacecom.opensymphony.module.sitemesh.Page
-
getTitle
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTitle
in interfacecom.opensymphony.module.sitemesh.Page
-
getProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
getIntProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIntProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
getLongProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLongProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
getBooleanProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getBooleanProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
isPropertySet
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isPropertySet
in interfacecom.opensymphony.module.sitemesh.Page
-
getPropertyKeys
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyKeys
in interfacecom.opensymphony.module.sitemesh.Page
-
getProperties
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProperties
in interfacecom.opensymphony.module.sitemesh.Page
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequest
in interfacecom.opensymphony.module.sitemesh.Page
-
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setRequest
in interfacecom.opensymphony.module.sitemesh.Page
-
addProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addProperty
in interfacecom.opensymphony.module.sitemesh.Page
-
writeHead
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeHead
in interfacecom.opensymphony.module.sitemesh.HTMLPage
- Throws:
IOException
-
getHead
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHead
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-
isFrameSet
public boolean isFrameSet()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isFrameSet
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-
setFrameSet
public void setFrameSet(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setFrameSet
in interfacecom.opensymphony.module.sitemesh.HTMLPage
-
VelocitySitemeshPage