Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
freemarker.ext.rhino.RhinoScriptableModel
freemarker.ext.rhino.RhinoFunctionModel
Fields inherited from interface freemarker.template.TemplateBooleanModel | |
FALSE , TRUE |
Fields inherited from interface freemarker.template.TemplateModel | |
NOTHING |
Fields inherited from interface freemarker.template.TemplateScalarModel | |
EMPTY_STRING |
Constructor Summary | |
|
Method Summary | |
Object |
|
Methods inherited from class freemarker.ext.rhino.RhinoScriptableModel | |
get , get , getAdaptedObject , getAsBoolean , getAsNumber , getAsString , isEmpty , keys , size , values |
public RhinoFunctionModel(Function function, Scriptable fnThis, BeansWrapper wrapper)
public Object exec(List arguments) throws TemplateModelException
- Specified by:
- exec in interface TemplateMethodModel