org.apache.struts.tiles.definition
Class ReloadableDefinitionsFactory.ServletPropertiesMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.struts.tiles.definition.ReloadableDefinitionsFactory.ServletPropertiesMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
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).


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ReloadableDefinitionsFactory.ServletPropertiesMap(javax.servlet.ServletConfig config)
          Constructor.
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ReloadableDefinitionsFactory.ServletPropertiesMap

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



Copyright ? 2000-2014 - The Apache Software Foundation