Uses of Class
freemarker.core.Configurable
-
Packages that use Configurable Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration(see also the Getting Started in the Manual.) -
-
Uses of Configurable in freemarker.core
Subclasses of Configurable in freemarker.core Modifier and Type Class Description classEnvironmentObject that represents the runtime environment during template processing.classTemplateConfigurationUsed for customizing the configuration settings for individualTemplate-s (or rather groups of templates), relatively to the common setting values coming from theConfiguration.Methods in freemarker.core that return Configurable Modifier and Type Method Description ConfigurableConfigurable. getParent()Returns the parentConfigurableobject of this object.Constructors in freemarker.core with parameters of type Configurable Constructor Description Configurable(Configurable parent)Creates a new instance. -
Uses of Configurable in freemarker.template
Subclasses of Configurable in freemarker.template Modifier and Type Class Description classConfigurationThe main entry point into the FreeMarker API; encapsulates the configuration settings of FreeMarker, also serves as a central template-loading and caching service.classTemplateStores an already parsed template, ready to be processed (rendered) for unlimited times, possibly from multiple threads.
-