Uses of Interface
freemarker.template.utility.ObjectFactory
-
Packages that use ObjectFactory Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of ObjectFactory in freemarker.core
Methods in freemarker.core with parameters of type ObjectFactory Modifier and Type Method Description java.lang.Object
DirectiveCallPlace. getOrCreateCustomData(java.lang.Object providerIdentity, ObjectFactory objectFactory)
Returns the custom data, or if that'snull
, then it creates and stores it in an atomic operation then returns it.
-