| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| freemarker.ext.beans |
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
|
| 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 Started in the Manual.) |
| freemarker.template.utility |
Various classes used by core FreeMarker code but might be useful outside of it too.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Environment.Namespace |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMapModel
Model used by
BeansWrapper when simpleMapWrapper
mode is enabled. |
| Modifier and Type | Class and Description |
|---|---|
class |
AllHttpScopesHashModel
An extension of SimpleHash that looks up keys in the hash, then in the
request, session, and servlet context scopes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapAdapter
Adapts a
Map to the corresponding TemplateModel interface(s), most importantly to
TemplateHashModelEx. |
class |
SimpleHash
A simple implementation of the
TemplateHashModelEx interface, using its own underlying Map or
SortedMap for storing the hash entries. |
| Modifier and Type | Field and Description |
|---|---|
static TemplateHashModelEx2 |
Constants.EMPTY_HASH_EX2 |