org.apache.struts.tiles.definition
Class ReloadableDefinitionsFactory.ServletPropertiesMap
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--org.apache.struts.tiles.definition.ReloadableDefinitionsFactory.ServletPropertiesMap
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- Enclosing class:
- ReloadableDefinitionsFactory
- class ReloadableDefinitionsFactory.ServletPropertiesMap
- extends java.util.HashMap
Inner class.
Wrapper for ServletContext init parameters.
Object of this class is an HashMap containing parameters and values
defined in the servlet config file (web.xml).
- See Also:
- Serialized Form
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Fields inherited from class java.util.HashMap |
count, emptyHashIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES |
Methods inherited from class java.util.HashMap |
, capacity, clear, clone, containsKey, containsValue, entrySet, get, getHashIterator, isEmpty, keySet, loadFactor, put, putAll, readObject, rehash, remove, size, values, writeObject |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
ReloadableDefinitionsFactory.ServletPropertiesMap
ReloadableDefinitionsFactory.ServletPropertiesMap(javax.servlet.ServletConfig config)
- Constructor.
Copyright © 2000-2005 - The Apache Software Foundation