Uses of Class freemarker.template.Configuration

Uses in package freemarker.template

Constructors with parameter type freemarker.template.Configuration

Template.Template(String name, Reader reader, Configuration cfg)
This is equivalent to Template(name, reader, cfg, null)
Template.Template(String name, Reader reader, Configuration cfg, String encoding)
Constructs a template from a character stream.

Methods with parameter type freemarker.template.Configuration

Template
Template.getPlainTextTemplate(String name, String content, Configuration config)
Returns a trivial template, one that is just a single block of plain text, no dynamic content.
void
Sets the Configuration object that will be retrieved from future calls to getDefaultConfiguration().

Methods with return type freemarker.template.Configuration

Configuration
Returns the Configuration object associated with this template.
Configuration
Returns the default (singleton) Configuration object.

Uses in package freemarker.ext.servlet

Methods with return type freemarker.template.Configuration

Configuration
This method is called from init() to create the FreeMarker configuration object that this servlet will use for template loading.
Configuration
Returns the Configuration object used by this servlet.

Uses in package freemarker.cache

Methods with parameter type freemarker.template.Configuration

void
Sets the configuration object to which this cache belongs.

Uses in package freemarker.core

Methods with return type freemarker.template.Configuration

Configuration