Package freemarker.template.compiler

The mechanics of compiling Templates are implemented in this package.

See:
          Description

Interface Summary
TemplateBuilder An interface for objects that build the compiled form of a template.
TemplateParser An interface for classes that parse templates.
 

Class Summary
LinkedListTemplateBuilder Builds a template as a tree structure in which child nodes are stored in TemplateArrayLists.
StandardTemplateParser Parses standard template language and generates Instructions.
TemplateArrayList Encapsulates an array of TemplateProcessor objects.
 

Exception Summary
ParseException Exception thrown by the compiler whenever a parse exception occurs.
 

Package freemarker.template.compiler Description

The mechanics of compiling Templates are implemented in this package. Normally it is sufficient to use the default compiler, unless you have a specialized FM-Classic syntax that you want to parse.