Package | Description |
---|---|
freemarker.ext.servlet |
Provides a generic purpose servlet that generates dynamic response using
FreeMarker.
|
freemarker.template |
This package contains the core API's that most users will use.
|
Modifier and Type | Method and Description |
---|---|
void |
IncludePage.execute(Environment env,
Map params,
TemplateModel[] loopVars,
TemplateDirectiveBody body) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateDirectiveModel.execute(Environment env,
Map params,
TemplateModel[] loopVars,
TemplateDirectiveBody body)
Executes this user-defined directive; called by FreeMarker when the user-defined
directive is called in the template.
|