Uses of Class
freemarker.core.Environment.Namespace
-
Packages that use Environment.Namespace Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template. -
-
Uses of Environment.Namespace in freemarker.core
Methods in freemarker.core that return Environment.Namespace Modifier and Type Method Description Environment.NamespaceEnvironment. getCurrentNamespace()Returns the current namespace.Environment.NamespaceEnvironment. getGlobalNamespace()Returns the name-space that contains the globally visible non-data-model variables (usually created with<#global ...>).Environment.NamespaceEnvironment. getMainNamespace()Returns the main namespace.Environment.NamespaceEnvironment. getNamespace(String name)Returns the name-space for the name if exists, or null.Environment.NamespaceEnvironment. importLib(Template loadedTemplate, String namespace)Emulatesimportdirective.Environment.NamespaceEnvironment. importLib(String name, String namespace)Emulatesimportdirective, except thatnamemust be tempate root relative.
-