Uses of Class
freemarker.core.CallPlaceCustomDataInitializationException
-
Packages that use CallPlaceCustomDataInitializationException Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of CallPlaceCustomDataInitializationException in freemarker.core
Methods in freemarker.core that throw CallPlaceCustomDataInitializationException 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.
-