Uses of Interface
freemarker.template.TemplateDirectiveModel

Packages that use TemplateDirectiveModel
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
 

Uses of TemplateDirectiveModel in freemarker.core
 

Methods in freemarker.core with parameters of type TemplateDirectiveModel
 void Environment.visit(TemplateElement element, TemplateDirectiveModel directiveModel, java.util.Map args, java.util.List bodyParameterNames)