jason.service.crusader
Class ServletContextStore

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--jason.service.crusader.ServletContextStore
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, ServletContextStoreInt, ServletStoreInt

public class ServletContextStore
extends java.util.Hashtable
implements ServletContextStoreInt

See Also:
Serialized Form

Constructor Summary
ServletContextStore()
           
 
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
 
Methods inherited from interface jason.service.crusader.ServletStoreInt
contains, containsKey, get, put
 

Constructor Detail

ServletContextStore

public ServletContextStore()