Uses of Class freemarker.core.Environment.Namespace

Uses in package freemarker.core

Methods with return type freemarker.core.Environment.Namespace

Environment.Namespace
Returns the main name-space.
Environment.Namespace
Returns a fictitious name-space that contains the globally visible variables that were created in the template, but not the variables of the data-model.
Environment.Namespace
Returns the main name-space.
Environment.Namespace
Returns the name-space for the name if exists, or null.
Environment.Namespace
Environment.importLib(String name, String namespace)
Emulates import directive, except that name must be tempate root relative.
Environment.Namespace
Environment.importLib(Template loadedTemplate, String namespace)
Emulates import directive.