| Package | Description |
|---|---|
| freemarker.core |
This package contains FreeMarker's core parsing/rendering functionality;
most casual users do not need to be aware of the classes in this package,
and can restrict their attention to the
freemarker.template
package. |
| freemarker.template |
This package contains the core API's that most users will use.
|
| Modifier and Type | Method and Description |
|---|---|
Macro |
FMParser.Macro() |
| Modifier and Type | Method and Description |
|---|---|
void |
Template.addMacro(Macro macro)
Called by code internally to maintain
a table of macros
|