| 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 |
Comment
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
class |
DebugBreak
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
class |
Expression
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
class |
LibraryLoad
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
class |
Macro
Deprecated.
Subject to be changed or renamed any time; no "stable" replacement exists yet.
|
class |
ReturnInstruction
Represents a <return> instruction to jump out of a macro.
|
class |
TemplateElement
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
class |
TextBlock
A TemplateElement representing a block of plain text.
|
| Constructor and Description |
|---|
_DelayedGetCanonicalForm(TemplateObject obj) |
ParseException(String description,
TemplateObject tobj) |
ParseException(String description,
TemplateObject tobj,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static int |
_TemplateAPI.getTemplateLanguageVersionAsInt(TemplateObject to) |
Copyright © 2016. All Rights Reserved.