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.ext.servlet |
Provides a generic purpose servlet that generates dynamic response using
FreeMarker.
|
Modifier and Type | Method and Description |
---|---|
void |
Environment.visit(TemplateElement element,
TemplateDirectiveModel directiveModel,
Map args,
List bodyParameterNames) |
Modifier and Type | Class and Description |
---|---|
class |
IncludePage
A model that when invoked with a 'path' parameter will perform a servlet
include.
|