| Package | Description |
|---|---|
| freemarker.ext.beans |
Provides model implementations that allow access to arbitrary Java objects.
|
| freemarker.template |
This package contains the core API's that most users will use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateModel
Wraps arbitrary subclass of
Date into a reflective model. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDate
A simple implementation of the TemplateDateModel
interface.
|