Package | Description |
---|---|
freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template . |
freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Stared in the Manual.) |
Modifier and Type | Method and Description |
---|---|
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.blame(Expression blamedExpr) |
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.showBlamer(boolean showBlamer) |
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.template(Template template)
Needed for description parts that look like an FTL tag to be converted, if there's no
blamed . |
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.tip(Object[] tip) |
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.tip(String tip) |
_ErrorDescriptionBuilder |
_ErrorDescriptionBuilder.tips(Object[] tips) |
Constructor and Description |
---|
_MiscTemplateException(_ErrorDescriptionBuilder description) |
_MiscTemplateException(Environment env,
_ErrorDescriptionBuilder description) |
_MiscTemplateException(Throwable cause,
Environment env,
_ErrorDescriptionBuilder description) |
_TemplateModelException(_ErrorDescriptionBuilder description) |
_TemplateModelException(Environment env,
_ErrorDescriptionBuilder description) |
_TemplateModelException(Throwable cause,
Environment env,
_ErrorDescriptionBuilder description) |
Constructor and Description |
---|
TemplateException(Throwable cause,
Environment env,
Expression blamedExpr,
_ErrorDescriptionBuilder descriptionBuilder)
Don't use this; this is to be used internally by FreeMarker.
|
TemplateModelException(Throwable cause,
Environment env,
_ErrorDescriptionBuilder descriptionBuilder,
boolean preventAmbiguity)
Don't use this; this is to be used internally by FreeMarker.
|
Copyright © 2016. All Rights Reserved.