atg.droplet.sql
Class DictionaryParameterResolver

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by atg.droplet.sql.DictionaryParameterResolver
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class DictionaryParameterResolver
extends java.util.Hashtable

Implements read-only functionality to retrieve values from the request parameters of the supplied request from a Dictionary class.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.Object get(java.lang.Object pName)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Method Detail

get

public java.lang.Object get(java.lang.Object pName)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.Hashtable