com.atlassian.confluence.setup.sitemesh
Class SitemeshPageHeadRenderable

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

public class SitemeshPageHeadRenderable
extends Object
implements org.apache.velocity.runtime.Renderable

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

Since:
v3.4

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

Constructor Detail

SitemeshPageHeadRenderable

public SitemeshPageHeadRenderable(com.opensymphony.module.sitemesh.HTMLPage 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


Copyright © 2003-2012 Atlassian. All Rights Reserved.