Package org.szegedi.expose.servlet

Provides a generic purpose servlet that generates dynamic response using Freemarker. @author Attila Szegedi, attila@szegedi.org

See:
          Description

Class Summary
ExposeServlet This is a general-purpose Freemarker servlet with following features: It utilizes a TemplateCache that is fully parametrizable 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 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 org.szegedi.expose.servlet Description

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

@author Attila Szegedi, attila@szegedi.org