Uses of Class
freemarker.core.Configurable

Packages that use Configurable
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
freemarker.template This package contains the core API's that most users will use. 
 

Uses of Configurable in freemarker.core
 

Subclasses of Configurable in freemarker.core
 class Environment
          Object that represents the runtime environment during template processing.
 

Methods in freemarker.core that return Configurable
 Configurable Configurable.getParent()
          Returns the parent Configurable object of this object.
 

Constructors in freemarker.core with parameters of type Configurable
Configurable(Configurable parent)
          Creates a new instance.
 

Uses of Configurable in freemarker.template
 

Subclasses of Configurable in freemarker.template
 class Configuration
          Main entry point into the FreeMarker API, this class encapsulates the various configuration parameters with which FreeMarker is run, as well as serves as a central template loading and caching point.
 class Template
          A core FreeMarker API that represents a compiled template.