org.osjava.oscube.container
Class NamespaceSession

java.lang.Object
  extended bycom.generationjava.config.AbstractConfig
      extended byorg.osjava.oscube.container.NamespaceSession
All Implemented Interfaces:
Cloneable, com.generationjava.config.Config, Session

public class NamespaceSession
extends com.generationjava.config.AbstractConfig
implements Session


Constructor Summary
NamespaceSession()
           
 
Method Summary
protected  Object getValue(String key)
           
 void put(String key, Object value)
           
 Object remove(String key)
           
 
Methods inherited from class com.generationjava.config.AbstractConfig
cloneConfig, get, getAbsolute, getContext, getDate, getDouble, getInt, getList, getString, has, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.generationjava.config.Config
cloneConfig, get, getAbsolute, getContext, getDate, getDouble, getInt, getList, getString, has, setContext
 

Constructor Detail

NamespaceSession

public NamespaceSession()
Method Detail

getValue

protected Object getValue(String key)

put

public void put(String key,
                Object value)
Specified by:
put in interface Session

remove

public Object remove(String key)
Specified by:
remove in interface Session


Copyright © 2003-2005 OSJava. All Rights Reserved.