atg.repository.servlet
Class RepositoryFormHashtable
java.lang.Object
   java.util.Dictionary<K,V>
java.util.Dictionary<K,V>
       java.util.Hashtable
java.util.Hashtable
           atg.repository.servlet.RepositoryFormHashtable
atg.repository.servlet.RepositoryFormHashtable
- All Implemented Interfaces: 
- java.io.Serializable, java.lang.Cloneable, java.util.Map
- public class RepositoryFormHashtable 
- extends java.util.Hashtable
Defines a hashtable with a property mapper which is case
 insensitive and does not give hard errors for properties that are
 not currently defined.
 
 This cannot be an inner class because it confuses the component
 browser when it tries to serialize the value.  Instead, we need the
 reference to our parent type made explicitly.
- See Also:
- Serialized Form
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| Methods inherited from class java.util.Hashtable | 
| clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
RepositoryFormHashtable
public RepositoryFormHashtable(RepositoryFormData pFormData)
RepositoryFormHashtable
public RepositoryFormHashtable(RepositoryFormData pFormData,
                               RepositoryItemDescriptor pItemType,
                               RepositoryItem pItem)
isUpcaseGetAndPut
public boolean isUpcaseGetAndPut()
- 
 
setUpcaseGetAndPut
public void setUpcaseGetAndPut(boolean pUpcaseGetAndPut)
- 
 
getFormData
public RepositoryFormData getFormData()
- 
 
getRepositoryItem
public RepositoryItem getRepositoryItem()
- 
 
put
public java.lang.Object put(java.lang.Object pKey,
                            java.lang.Object pValue)
- 
- Specified by:
- putin interface- java.util.Map
- Overrides:
- putin class- java.util.Hashtable
 
- 
 
get
public java.lang.Object get(java.lang.Object pKey)
- Return the value associated with pKey.
 
- 
- Specified by:
- getin interface- java.util.Map
- Overrides:
- getin class- java.util.Hashtable
 
- 
- Parameters:
- pKey- the key whose value to find.