org.ofbiz.webapp.ftl
Class FreeMarkerViewRenderer
java.lang.Object
org.jpublish.view.freemarker.FreeMarkerViewRenderer
org.ofbiz.webapp.ftl.FreeMarkerViewRenderer
public class FreeMarkerViewRenderer
- extends org.jpublish.view.freemarker.FreeMarkerViewRenderer
JPublish View Renderer For Freemarker Template Engine
Field Summary |
static java.lang.String |
module
|
Method Summary |
protected java.lang.Object |
createViewContext(JPublishContext context,
java.lang.String path)
|
void |
init()
|
void |
render(JPublishContext context,
java.lang.String path,
java.io.Reader in,
java.io.Writer out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
FreeMarkerViewRenderer
public FreeMarkerViewRenderer()
init
public void init()
throws java.lang.Exception
- Throws:
java.lang.Exception
createViewContext
protected java.lang.Object createViewContext(JPublishContext context,
java.lang.String path)
throws ViewRenderException
- Throws:
ViewRenderException
render
public void render(JPublishContext context,
java.lang.String path,
java.io.Reader in,
java.io.Writer out)
throws java.io.IOException,
ViewRenderException
- Throws:
java.io.IOException
ViewRenderException