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).


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



Copyright © 2000-2003 - Apache Software Foundation