Class SitemeshPageBodyRenderable

  • All Implemented Interfaces:
    org.apache.velocity.runtime.Renderable

    public class SitemeshPageBodyRenderable
    extends Object
    implements org.apache.velocity.runtime.Renderable
    Velocity renderable that renders out a sitemesh page body directly to the velocity writer.
    Since:
    3.4
    • Constructor Detail

      • SitemeshPageBodyRenderable

        public SitemeshPageBodyRenderable​(com.opensymphony.module.sitemesh.Page page)
    • Method Detail

      • render

        public boolean render​(org.apache.velocity.context.InternalContextAdapter context,
                              Writer writer)
                       throws IOException
        Specified by:
        render in interface org.apache.velocity.runtime.Renderable
        Throws:
        IOException