Package freemarker.ext.servlet

Provides a generic purpose servlet that generates dynamic response using FM-Classic.

See:
          Description

Class Summary
FreeMarkerServlet This is a general-purpose FreeMarker servlet with following features: It utilizes a TemplateCache that is fully parameterizable It makes all request, request parameters, session, and servlet context attributes available to templates through "Request", "RequestParameters", "Session", and "Application" variables.
HttpRequestHashModel TemplateHashModel wrapper for HttpServletRequest attributes.
HttpRequestParametersHashModel TemplateHashModel wrapper for HttpServletRequest parameters.
HttpSessionHashModel TemplateHashModel wrapper for HttpSession attributes.
ServletContextHashModel TemplateHashModel wrapper for ServletContext attributes.
 

Package freemarker.ext.servlet Description

Provides a generic purpose servlet that generates dynamic response using FM-Classic.

Author:
Attila Szegedi, attila@szegedi.org