Class SitemeshPageBodyRenderable

java.lang.Object
com.atlassian.confluence.setup.sitemesh.SitemeshPageBodyRenderable
All Implemented Interfaces:
org.apache.velocity.runtime.Renderable

@Deprecated(forRemoval=true) public class SitemeshPageBodyRenderable extends Object implements org.apache.velocity.runtime.Renderable
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
Velocity renderable that renders out a sitemesh page body directly to the velocity writer.
Since:
3.4
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    boolean
    render(org.apache.velocity.context.InternalContextAdapter context, 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

    • SitemeshPageBodyRenderable

      public SitemeshPageBodyRenderable(com.opensymphony.module.sitemesh.Page page)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • render

      public boolean render(org.apache.velocity.context.InternalContextAdapter context, Writer writer) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      render in interface org.apache.velocity.runtime.Renderable
      Throws:
      IOException