Uses of Interface
freemarker.template.TemplateDirectiveModel
-
Packages that use TemplateDirectiveModel Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
.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). -
-
Uses of TemplateDirectiveModel in freemarker.core
Methods in freemarker.core with parameters of type TemplateDirectiveModel Modifier and Type Method Description void
Environment. visit(freemarker.core.TemplateElement element, TemplateDirectiveModel directiveModel, Map args, List bodyParameterNames)
-
Uses of TemplateDirectiveModel in freemarker.ext.servlet
Classes in freemarker.ext.servlet that implement TemplateDirectiveModel Modifier and Type Class Description class
IncludePage
A model that when invoked with a 'path' parameter will perform a servlet include.
-