Package freemarker.ext.servlet

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

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