org.apache.struts.tiles
Class DefinitionsUtil.ServletPropertiesMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.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).


Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
(package private) DefinitionsUtil.ServletPropertiesMap(ServletConfig config)
          Constructor.
 
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

DefinitionsUtil.ServletPropertiesMap

DefinitionsUtil.ServletPropertiesMap(ServletConfig config)
Constructor.



Copyright ? 2000-2009 - The Apache Software Foundation