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 | Class and Description |
---|---|
class |
FMParser
This class is generated by JavaCC from a grammar file.
|
class |
FMParserTokenManager
Token Manager.
|
class |
ParseException
Parsing-time exception in a template (as opposed to a runtime exception, a
TemplateException ). |
Modifier and Type | Class and Description |
---|---|
static class |
Template.WrongEncodingException
Thrown by the
Template constructors that specify a non-null encoding whoch doesn't match the
encoding specified in the #ftl header of the template. |
Copyright © 2016. All Rights Reserved.