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.
|
Provides a generic purpose servlet that generates dynamic response using FreeMarker.