com.judoscript.user.httpserver
Class ServeSessionContextImpl

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.judoscript.user.httpserver.ServeSessionContextImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, javax.servlet.http.HttpSessionContext

public class ServeSessionContextImpl
extends java.util.Hashtable
implements javax.servlet.http.HttpSessionContext

See Also:
Serialized Form

Constructor Summary
ServeSessionContextImpl()
           
 
Method Summary
 java.util.Enumeration getIds()
           
 javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServeSessionContextImpl

public ServeSessionContextImpl()
Method Detail

getIds

public java.util.Enumeration getIds()
Specified by:
getIds in interface javax.servlet.http.HttpSessionContext

getSession

public javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
Specified by:
getSession in interface javax.servlet.http.HttpSessionContext