org.zkoss.web.servlet.xel
Class ParameterMap
java.lang.Object
java.util.AbstractMap
org.zkoss.web.servlet.xel.StringKeysMap
org.zkoss.web.servlet.xel.ParameterMap
- All Implemented Interfaces:
- java.util.Map
public class ParameterMap
- extends StringKeysMap
Represents a parameter map.
- Since:
- 5.0.0
- Author:
- tomyeh
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry |
Constructor Summary |
ParameterMap(javax.servlet.ServletRequest request)
|
Method Summary |
boolean |
containsKey(java.lang.Object key)
|
java.util.Set |
entrySet()
|
protected java.util.Enumeration |
getKeys()
Returns an enumeration of keys. |
protected java.lang.Object |
getValue(java.lang.String key)
Returns the value associated with the specified key. |
protected void |
removeValue(java.lang.String key)
Removes the specified key. |
protected void |
setValue(java.lang.String key,
java.lang.Object value)
Sets the value associated with the specified key. |
int |
size()
|
Methods inherited from class java.util.AbstractMap |
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ParameterMap
public ParameterMap(javax.servlet.ServletRequest request)
entrySet
public java.util.Set entrySet()
- Specified by:
entrySet
in interface java.util.Map
- Specified by:
entrySet
in class java.util.AbstractMap
size
public int size()
- Specified by:
size
in interface java.util.Map
- Overrides:
size
in class java.util.AbstractMap
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey
in interface java.util.Map
- Overrides:
containsKey
in class StringKeysMap
getValue
protected java.lang.Object getValue(java.lang.String key)
- Description copied from class:
StringKeysMap
- Returns the value associated with the specified key.
- Specified by:
getValue
in class StringKeysMap
getKeys
protected java.util.Enumeration getKeys()
- Description copied from class:
StringKeysMap
- Returns an enumeration of keys.
- Specified by:
getKeys
in class StringKeysMap
setValue
protected void setValue(java.lang.String key,
java.lang.Object value)
- Description copied from class:
StringKeysMap
- Sets the value associated with the specified key.
- Specified by:
setValue
in class StringKeysMap
removeValue
protected void removeValue(java.lang.String key)
- Description copied from class:
StringKeysMap
- Removes the specified key.
- Specified by:
removeValue
in class StringKeysMap
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.