| 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 |
|---|---|
LibraryLoad |
FMParser.Import() |
| Modifier and Type | Method and Description |
|---|---|
void |
Template.addImport(LibraryLoad ll)
Called by code internally to maintain
a list of imports
|