Uses of Class freemarker.core.Environment

Uses in package freemarker.template

Constructors with parameter type freemarker.core.Environment

Constructs a TemplateException with the given underlying Exception, but no detail message.
TemplateException.TemplateException(String description, Exception cause, Environment env)
Constructs a TemplateException with both a description of the error that occurred and the underlying Exception that caused this exception to be raised.
Constructs a TemplateException with the given detail message, but no underlying cause exception.
Constructs a TemplateException with no specified detail message or underlying cause.

Methods with parameter type freemarker.core.Environment

void
handle the exception.

Methods with return type freemarker.core.Environment

Environment
Template.createProcessingEnvironment(Object rootMap, Writer out)
Same as createProcessingEnvironment(rootMap, out, null).
Environment
Template.createProcessingEnvironment(Object rootMap, Writer out, ObjectWrapper wrapper)
Creates a Environment object, using this template, the data model provided as the root map object, and the supplied object wrapper to convert map elements to template models.
Environment

Uses in package freemarker.template.utility

Methods with parameter type freemarker.core.Environment

boolean
StringUtil.matchesName(String qname, String nodeName, String nsURI, Environment env)

Uses in package freemarker.cache

Methods with parameter type freemarker.core.Environment

String
TemplateCache.getFullTemplatePath(Environment env, String parentTemplateDir, String templateNameString)

Uses in package freemarker.core

Constructors with parameter type freemarker.core.Environment

Constructs a TemplateException with the given detail message, but no underlying cause exception.
Constructs a TemplateException with no specified detail message or underlying cause.

Methods with parameter type freemarker.core.Environment

void
void
Simply outputs the text.
TemplateModel

Methods with return type freemarker.core.Environment

Environment
Retrieves the environment object associated with the current thread.
Environment