freemarker.core
Class Environment.Namespace

java.lang.Object
  extended by freemarker.template.WrappingTemplateModel
      extended by freemarker.template.SimpleHash
          extended by freemarker.core.Environment.Namespace
All Implemented Interfaces:
TemplateHashModel, TemplateHashModelEx, TemplateModel, java.io.Serializable
Enclosing class:
Environment

public class Environment.Namespace
extends SimpleHash

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Method Summary
 Template getTemplate()
           
 
Methods inherited from class freemarker.template.SimpleHash
copyMap, get, isEmpty, keys, put, put, putAll, remove, size, synchronizedWrapper, toMap, toString, values
 
Methods inherited from class freemarker.template.WrappingTemplateModel
getDefaultObjectWrapper, getObjectWrapper, setDefaultObjectWrapper, setObjectWrapper, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTemplate

public Template getTemplate()
Returns:
the Template object with which this Namespace is associated.