Apache Struts API Documentation: Class DefinitionsUtil.ServletPropertiesMap

Apache Struts API


org.apache.struts.tiles Class DefinitionsUtil.ServletPropertiesMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--org.apache.struts.tiles.DefinitionsUtil.ServletPropertiesMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
DefinitionsUtil

static class DefinitionsUtil.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
 
Constructor Summary
(package private) DefinitionsUtil.ServletPropertiesMap(javax.servlet.ServletConfig config)
          Constructor.
 
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
 

Constructor Detail

DefinitionsUtil.ServletPropertiesMap

DefinitionsUtil.ServletPropertiesMap(javax.servlet.ServletConfig config)
Constructor.


Copyright © 2000-2005 - The Apache Software Foundation