Uses of Class
freemarker.template.SimpleHash
Packages that use SimpleHash
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.Servlet for legacy "Model 2" frameworks that allows using FreeMarker
templates instead of JSP as the MVC View
(see in the Manual).
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of SimpleHash in freemarker.core
Subclasses of SimpleHash in freemarker.core -
Uses of SimpleHash in freemarker.ext.servlet
Subclasses of SimpleHash in freemarker.ext.servletModifier and TypeClassDescriptionclass
An extension of SimpleHash that looks up keys in the hash, then in the request, session, and servlet context scopes. -
Uses of SimpleHash in freemarker.template
Methods in freemarker.template that return SimpleHash