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.
since 9.1 use VelocitySitemeshPage
Sitemesh page with a getProperty method that is declared as HTML safe
  • Constructor Summary

    Constructors
    Constructor
    Description
    VelocitySitemeshPage(com.opensymphony.module.sitemesh.HTMLPage delegatePage)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.
     
    boolean
    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.
     
    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.
     
    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.
     
    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.
     
    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
    writeBody(Writer writer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    writeHead(Writer writer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    writePage(Writer writer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public void writePage(Writer writer) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      writePage in interface com.opensymphony.module.sitemesh.Page
      Throws:
      IOException
    • getPage

      public String getPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPage in interface com.opensymphony.module.sitemesh.Page
    • writeBody

      public void writeBody(Writer writer) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      writeBody in interface com.opensymphony.module.sitemesh.Page
      Throws:
      IOException
    • getBody

      public String getBody()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getBody in interface com.opensymphony.module.sitemesh.Page
    • getTitle

      public String getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getTitle in interface com.opensymphony.module.sitemesh.Page
    • getProperty

      public String getProperty(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getProperty in interface com.opensymphony.module.sitemesh.Page
    • getIntProperty

      public int getIntProperty(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getIntProperty in interface com.opensymphony.module.sitemesh.Page
    • getLongProperty

      public long getLongProperty(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getLongProperty in interface com.opensymphony.module.sitemesh.Page
    • getBooleanProperty

      public boolean getBooleanProperty(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getBooleanProperty in interface com.opensymphony.module.sitemesh.Page
    • isPropertySet

      public boolean isPropertySet(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isPropertySet in interface com.opensymphony.module.sitemesh.Page
    • getPropertyKeys

      public String[] getPropertyKeys()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPropertyKeys in interface com.opensymphony.module.sitemesh.Page
    • getProperties

      public Map getProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getProperties in interface com.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 interface com.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 interface com.opensymphony.module.sitemesh.Page
    • addProperty

      public void addProperty(String s, String s1)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      addProperty in interface com.opensymphony.module.sitemesh.Page
    • writeHead

      public void writeHead(Writer writer) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      writeHead in interface com.opensymphony.module.sitemesh.HTMLPage
      Throws:
      IOException
    • getHead

      public String getHead()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getHead in interface com.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 interface com.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 interface com.opensymphony.module.sitemesh.HTMLPage