Package freemarker.ext.servlet

Provides a generic purpose servlet that generates dynamic response using FreeMarker.

See:
          Description

Class Summary
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.
ServletContextHashModel TemplateHashModel wrapper for a ServletContext attributes.
 

Package freemarker.ext.servlet Description

Provides a generic purpose servlet that generates dynamic response using FreeMarker.

Author:
Attila Szegedi, szegedia@freemail.hu