|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object freemarker.engine.PropertyObjectConstants
public final class PropertyObjectConstants
Constants to be supplied to FMEngine
to configure the engine's
runtime behaviour. These are supplied using the setObject()
method of the FMEngine
class.
These are appropriate when runtime objects need to be created by calling code, or it is otherwise inappropriate to use reflection to create them.
Field Summary | |
---|---|
static java.lang.String |
TEMPLATE_CACHING_STRATEGTY
A CachingStrategy object to be used for retrieving and
caching templates. |
static java.lang.String |
TEMPLATE_RUNTIME_ESCAPE
A TemplateTransformModel or TemplateTransformModel2
for escaping variables written to the Writer . |
static java.lang.String |
TEMPLATE_RUNTIME_GLOBAL_FILTER
A TemplateTransformModel or TemplateTransformModel2
that filters all output from the template. |
static java.lang.String |
TEMPLATE_RUNTIME_HANDLER
A TemplateRuntimeHandler object to be used for reporting
error messages to the template runtime. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TEMPLATE_CACHING_STRATEGTY
CachingStrategy
object to be used for retrieving and
caching templates. The object should be fully configured and ready to go.
CachingStrategy
,
Constant Field Valuespublic static final java.lang.String TEMPLATE_RUNTIME_HANDLER
TemplateRuntimeHandler
object to be used for reporting
error messages to the template runtime.
TemplateRuntimeHandler
,
Constant Field Valuespublic static final java.lang.String TEMPLATE_RUNTIME_ESCAPE
TemplateTransformModel
or TemplateTransformModel2
for escaping variables written to the Writer
.
TemplateTransformModel
,
TemplateTransformModel2
,
Constant Field Valuespublic static final java.lang.String TEMPLATE_RUNTIME_GLOBAL_FILTER
TemplateTransformModel
or TemplateTransformModel2
that filters all output from the template.
TemplateTransformModel
,
TemplateTransformModel2
,
Constant Field Values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |