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 DirectiveCallPlaceEnvironment. getCurrentDirectiveCallPlace()Gets the currently executing custom directive's call place information, ornullif there's no executing custom directive.
-