Package | Description |
---|---|
freemarker.core |
This package contains FreeMarker's core parsing/rendering functionality;
most casual users do not need to be aware of the classes in this package,
and can restrict their attention to the
freemarker.template
package. |
Modifier and Type | Class and Description |
---|---|
class |
Comment
A template element where the content is ignored, a Comment.
|
class |
DebugBreak |
class |
Expression
An abstract class for nodes in the parse tree
that represent a FreeMarker expression.
|
class |
LibraryLoad
An instruction that gets another template
and processes it within the current template.
|
class |
Macro
An element representing a macro declaration.
|
class |
ReturnInstruction
Represents a <return> instruction to jump out of a macro.
|
class |
TemplateElement
Objects that represent elements in the compiled
tree representation of the template necessarily
descend from this abstract class.
|
class |
TextBlock
A TemplateElement representing a block of plain text.
|
Constructor and Description |
---|
ParseException(String message,
TemplateObject tobj) |