|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.bridges.jsf.AbstractAttributeMap
org.apache.portals.bridges.jsf.ServletCookieMap
public class ServletCookieMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
void |
clear()
|
boolean |
containsKey(java.lang.Object key)
|
boolean |
containsValue(java.lang.Object findValue)
|
protected java.lang.Object |
getAttribute(java.lang.String key)
Gets an attribute given a key. |
protected java.util.Enumeration |
getAttributeNames()
Gets the attributes names. |
boolean |
isEmpty()
|
void |
putAll(java.util.Map t)
|
protected void |
removeAttribute(java.lang.String key)
Removes an attribute. |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value)
Sets an attribute given a key/value. |
int |
size()
|
Methods inherited from class org.apache.portals.bridges.jsf.AbstractAttributeMap |
---|
entrySet, get, keySet, put, remove, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public void clear()
clear
in interface java.util.Map
clear
in class AbstractAttributeMap
Map.clear()
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
containsKey
in class AbstractAttributeMap
Map.containsKey(java.lang.Object)
public boolean containsValue(java.lang.Object findValue)
containsValue
in interface java.util.Map
containsValue
in class AbstractAttributeMap
Map.containsValue(java.lang.Object)
public boolean isEmpty()
isEmpty
in interface java.util.Map
isEmpty
in class AbstractAttributeMap
Map.isEmpty()
public int size()
size
in interface java.util.Map
size
in class AbstractAttributeMap
Map.size()
public void putAll(java.util.Map t)
putAll
in interface java.util.Map
putAll
in class AbstractAttributeMap
Map.putAll(java.util.Map)
protected java.lang.Object getAttribute(java.lang.String key)
AbstractAttributeMap
Gets an attribute given a key.
getAttribute
in class AbstractAttributeMap
key
- The key.
protected void setAttribute(java.lang.String key, java.lang.Object value)
AbstractAttributeMap
Sets an attribute given a key/value.
setAttribute
in class AbstractAttributeMap
key
- The key.value
- The value.protected void removeAttribute(java.lang.String key)
AbstractAttributeMap
Removes an attribute.
removeAttribute
in class AbstractAttributeMap
key
- The key.protected java.util.Enumeration getAttributeNames()
AbstractAttributeMap
Gets the attributes names.
getAttributeNames
in class AbstractAttributeMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |