org.kuali.rice.krad.uif.freemarker
Class FreeMarkerScriptAdaptor
java.lang.Object
org.kuali.rice.krad.uif.freemarker.FreeMarkerScriptAdaptor
- All Implemented Interfaces:
- freemarker.core.InlineTemplateAdaptor, Serializable
public class FreeMarkerScriptAdaptor
- extends Object
- implements freemarker.core.InlineTemplateAdaptor, Serializable
Inline FreeMarker template adaptor for supporting script.ftl
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Method Summary |
void |
accept(freemarker.core.Environment env)
Render a script template inline. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeMarkerScriptAdaptor
public FreeMarkerScriptAdaptor()
accept
public void accept(freemarker.core.Environment env)
throws freemarker.template.TemplateException,
IOException
- Render a script template inline.
- Specified by:
accept
in interface freemarker.core.InlineTemplateAdaptor
- Throws:
freemarker.template.TemplateException
IOException
- See Also:
InlineKradAdaptor.accept(freemarker.core.Environment)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.