Class | Description |
---|---|
CompiledFreeMarkerScript |
Class that represents a parsed FreeMarker
Template object as a
JSR-223 CompiledScript . |
FreeMarkerScriptConstants |
Various variable names that you can use in various bindings to customize the
operation of the scripts.
|
FreeMarkerScriptEngine |
Implementation of a
ScriptEngine for FreeMarker templates. |
FreeMarkerScriptEngineFactory |
This is the implementation of JSR-223 (javax.script) script engine factory
for FreeMarker.
|
ScriptContextHashModel |
Class that wraps a
ScriptContext into a TemplateHashModelEx |