Package freemarker.ext.servlet
Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).
-
Class Summary Class Description AllHttpScopesHashModel An extension of SimpleHash that looks up keys in the hash, then in the request, session, and servlet context scopes.FreemarkerServlet FreeMarker MVC View servlet that can be used similarly to JSP views.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.