| Package | Description |
|---|---|
| freemarker.cache |
Template loading and caching.
|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| freemarker.debug.impl | |
| freemarker.ext.beans |
The
default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a
better alternative ObjectWrapper. |
| freemarker.ext.dom |
Exposes DOM XML nodes to templates as easily traversable trees;
see in the Manual.
|
| freemarker.ext.servlet |
Servlet for legacy "Model 2" frameworks that allows using FreeMarker
templates instead of JSP as the MVC View
(see in the Manual).
|
| freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Stared in the Manual.) |
| freemarker.template.utility |
Various classes used by core FreeMarker code but might be useful outside of it too.
|
| Class and Description |
|---|
| Environment
Object that represents the runtime environment during template processing.
|
| Class and Description |
|---|
| _DelayedConversionToString
Don't use this; used internally by FreeMarker, might changes without notice.
|
| _ErrorDescriptionBuilder
Used internally only, might changes without notice!
Packs a structured from of the error description from which the error message can be rendered on-demand.
|
| _MiscTemplateException
For internal use only; don't depend on this, there's no backward compatibility guarantee at all!
TemplateException-s that don't fit into any category that warrant its own class. |
| _ObjectBuilderSettingEvaluationException
Don't use this; used internally by FreeMarker, might changes without notice.
|
| _SettingEvaluationEnvironment
Don't use this; used internally by FreeMarker, might changes without notice.
|
| _UnmodifiableSet
Don't use this; used internally by FreeMarker, might changes without notice.
|
| ArithmeticEngine
Class to perform arithmetic operations.
|
| ArithmeticEngine.BigDecimalEngine
This is the default arithmetic engine in FreeMarker.
|
| ArithmeticEngine.ConservativeEngine
An arithmetic engine that conservatively widens the operation arguments
to extent that they can hold the result of the operation.
|
| CallPlaceCustomDataInitializationException |
| Comment
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| Configurable |
| DirectiveCallPlace
Gives information about the place where a directive is called from, also lets you attach a custom data object to that
place.
|
| Environment
Object that represents the runtime environment during template processing.
|
| Environment.Namespace |
| Expression
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| FMParser
This class is generated by JavaCC from a grammar file.
|
| FMParserConstants
Token literal values and constants.
|
| FMParserTokenManager
Token Manager.
|
| LibraryLoad
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| Macro
Deprecated.
Subject to be changed or renamed any time; no "stable" replacement exists yet.
|
| ParseException
Parsing-time exception in a template (as opposed to a runtime exception, a
TemplateException). |
| ReturnInstruction
Represents a <return> instruction to jump out of a macro.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| TemplateClassResolver
Used by built-ins and other template language features that get a class
based on a string.
|
| TemplateElement
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| TemplateObject
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| TextBlock
A TemplateElement representing a block of plain text.
|
| Token
Describes the input token stream.
|
| UnexpectedTypeException
The type of a value differs from what was expected.
|
| Class and Description |
|---|
| Environment
Object that represents the runtime environment during template processing.
|
| Class and Description |
|---|
| _UnexpectedTypeErrorExplainerTemplateModel
Don't use this; used internally by FreeMarker, might changes without notice.
|
| Class and Description |
|---|
| _UnexpectedTypeErrorExplainerTemplateModel
Don't use this; used internally by FreeMarker, might changes without notice.
|
| Class and Description |
|---|
| Environment
Object that represents the runtime environment during template processing.
|
| Class and Description |
|---|
| _ErrorDescriptionBuilder
Used internally only, might changes without notice!
Packs a structured from of the error description from which the error message can be rendered on-demand.
|
| Configurable |
| Environment
Object that represents the runtime environment during template processing.
|
| Expression
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| FMParserConstants
Token literal values and constants.
|
| LibraryLoad
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| Macro
Deprecated.
Subject to be changed or renamed any time; no "stable" replacement exists yet.
|
| ParseException
Parsing-time exception in a template (as opposed to a runtime exception, a
TemplateException). |
| TemplateElement
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| TemplateObject
Deprecated.
This is an internal FreeMarker API with no backward compatibility guarantees, so you shouldn't depend on
it.
|
| Class and Description |
|---|
| Environment
Object that represents the runtime environment during template processing.
|
| ParseException
Parsing-time exception in a template (as opposed to a runtime exception, a
TemplateException). |
Copyright © 2016. All Rights Reserved.