Uses of Interface
freemarker.core.DirectiveCallPlace
-
Packages that use DirectiveCallPlace Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of DirectiveCallPlace in freemarker.core
Methods in freemarker.core that return DirectiveCallPlace Modifier and Type Method Description DirectiveCallPlace
Environment. getCurrentDirectiveCallPlace()
Gets the currently executing custom directive's call place information, ornull
if there's no executing custom directive.
-