See: Description
| Class | Description |
|---|---|
| AllHttpScopesHashModel |
An extension of SimpleHash that looks up keys in the hash, then in the
request, session, and servlet context scopes.
|
| FreemarkerServlet |
This is a general-purpose FreeMarker view servlet.
|
| HttpRequestHashModel |
TemplateHashModel wrapper for a HttpServletRequest attributes.
|
| HttpRequestParametersHashModel |
TemplateHashModel wrapper for a HttpServletRequest parameters.
|
| HttpSessionHashModel |
TemplateHashModel wrapper for a HttpSession attributes.
|
| IncludePage |
A model that when invoked with a 'path' parameter will perform a servlet
include.
|
| ServletContextHashModel |
TemplateHashModel wrapper for a ServletContext attributes.
|
Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).