Acme.Serve
Class Serve.HttpSessionContextImpl

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by Acme.Serve.Serve.HttpSessionContextImpl
All Implemented Interfaces:
Serializable, Cloneable, Map, javax.servlet.http.HttpSessionContext
Enclosing class:
Serve

protected static class Serve.HttpSessionContextImpl
extends Hashtable
implements javax.servlet.http.HttpSessionContext

See Also:
Serialized Form

Constructor Summary
protected Serve.HttpSessionContextImpl()
           
 
Method Summary
 Enumeration getIds()
           
 javax.servlet.http.HttpSession getSession(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

Serve.HttpSessionContextImpl

protected Serve.HttpSessionContextImpl()
Method Detail

getIds

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

getSession

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


Copyright © 2011. All Rights Reserved.