Frames | No Frames |
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 | Environment.getNamespace(String name) 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 | Emulates import directive. |