com.atlassian.confluence.setup.sitemesh
Class SitemeshPageBodyRenderable

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

public class SitemeshPageBodyRenderable
extends java.lang.Object
implements org.apache.velocity.runtime.Renderable

Velocity renderable that renders out a sitemesh page body directly to the velocity writer.

Since:
v3.4

Constructor Summary
SitemeshPageBodyRenderable(com.opensymphony.module.sitemesh.Page page)
           
 
Method Summary
 boolean render(org.apache.velocity.context.InternalContextAdapter context, java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemeshPageBodyRenderable

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

render

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.