Class SitemeshPageHeadRenderable
- java.lang.Object
-
- 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:
- 3.4
-
-
Constructor Summary
Constructors Constructor Description SitemeshPageHeadRenderable(com.opensymphony.module.sitemesh.HTMLPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
render(org.apache.velocity.context.InternalContextAdapter context, Writer writer)
-
-
-
Method Detail
-
render
public boolean render(org.apache.velocity.context.InternalContextAdapter context, Writer writer) throws IOException
- Specified by:
render
in interfaceorg.apache.velocity.runtime.Renderable
- Throws:
IOException
-
-