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