| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| freemarker.ext.servlet |
Servlet for legacy "Model 2" frameworks that allows using FreeMarker
templates instead of JSP as the MVC View
(see in the Manual).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.visit(freemarker.core.TemplateElement element,
TemplateDirectiveModel directiveModel,
java.util.Map args,
java.util.List bodyParameterNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncludePage
A model that when invoked with a 'path' parameter will perform a servlet
include.
|