public class FreeMarkerScriptConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIGURATION
If you bind an instance of Configuration under this name in your script
engine, it will be used when evaluting a script, compiling a script, and
evaluating a script compiled from that engine.
|
static java.lang.String |
STRING_OUTPUT
If you bind an instance of Boolean.TRUE under this name in your script
context, the eval() will return the output of the template as a string.
|
Constructor and Description |
---|
FreeMarkerScriptConstants() |
ScriptContext.getWriter()
.