net.sourceforge.rtf.template.freemarker
Class FreemarkerContextImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by net.sourceforge.rtf.template.freemarker.FreemarkerContextImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, IContext

public class FreemarkerContextImpl
extends java.util.HashMap
implements IContext

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
FreemarkerContextImpl()
           
 
Method Summary
 java.lang.Object get(java.lang.String key)
          Get the value of the given key.
 IContext getGlobalContext()
           
 java.lang.Object[] getKeys()
           
 java.lang.Object put(java.lang.String key, java.lang.Object value)
          Put a value for the given key.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FreemarkerContextImpl

public FreemarkerContextImpl()
Method Detail

put

public java.lang.Object put(java.lang.String key,
                            java.lang.Object value)
Description copied from interface: IContext
Put a value for the given key.

Specified by:
put in interface IContext
Returns:

get

public java.lang.Object get(java.lang.String key)
Description copied from interface: IContext
Get the value of the given key.

Specified by:
get in interface IContext

getKeys

public java.lang.Object[] getKeys()
Specified by:
getKeys in interface IContext
Returns:

getGlobalContext

public IContext getGlobalContext()
Specified by:
getGlobalContext in interface IContext


Copyright 2007 null. All Rights Reserved.