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 |
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 |
TextBlock
A TemplateElement representing a block of plain text.
|
Modifier and Type | Method and Description |
---|---|
TemplateElement |
FMParser.Assign() |
TemplateElement |
FMParser.Call() |
TemplateElement |
FMParser.Flush() |
TemplateElement |
FMParser.FreemarkerDirective()
A production for FreeMarker directives.
|
TemplateElement |
FMParser.FreeMarkerText()
A production freemarker text that may contain
${...} and #{...} but no directives.
|
static TemplateElement[] |
_CoreAPI.getInstructionStackSnapshot(Environment env) |
TemplateElement |
FMParser.If() |
TemplateElement |
FMParser.List() |
TemplateElement |
FMParser.Nested() |
TemplateElement |
FMParser.OptionalBlock()
A production for a block of optional content.
|
TemplateElement |
FMParser.Root()
Root production to be used when parsing
an entire file.
|
TemplateElement |
FMParser.Trim() |
TemplateElement |
FMParser.UnifiedMacroTransform() |
Modifier and Type | Method and Description |
---|---|
static void |
_CoreAPI.appendInstructionStackItem(TemplateElement stackEl,
StringBuffer sb) |
static void |
_CoreAPI.outputInstructionStack(TemplateElement[] instructionStackSnapshot,
boolean terseMode,
Writer pw) |
void |
TemplateElement.setChildAt(int index,
TemplateElement element)
Deprecated.
|
String |
_ErrorDescriptionBuilder.toString(TemplateElement parentElement,
boolean showTips) |
void |
Environment.visit(TemplateElement element,
TemplateDirectiveModel directiveModel,
Map args,
List bodyParameterNames) |
Constructor and Description |
---|
DebugBreak(TemplateElement nestedBlock)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TemplateElement |
Template.getRootTreeNode()
Deprecated.
Should only be used internally, and might will be removed later.
|
Copyright © 2016. All Rights Reserved.