|
|||||||||
| 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.Mapclear in class AbstractAttributeMapMap.clear()public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.MapcontainsKey in class AbstractAttributeMapMap.containsKey(java.lang.Object)public boolean containsValue(java.lang.Object findValue)
containsValue in interface java.util.MapcontainsValue in class AbstractAttributeMapMap.containsValue(java.lang.Object)public boolean isEmpty()
isEmpty in interface java.util.MapisEmpty in class AbstractAttributeMapMap.isEmpty()public int size()
size in interface java.util.Mapsize in class AbstractAttributeMapMap.size()public void putAll(java.util.Map t)
putAll in interface java.util.MapputAll in class AbstractAttributeMapMap.putAll(java.util.Map)protected java.lang.Object getAttribute(java.lang.String key)
AbstractAttributeMapGets an attribute given a key.
getAttribute in class AbstractAttributeMapkey - The key.
protected void setAttribute(java.lang.String key,
java.lang.Object value)
AbstractAttributeMapSets an attribute given a key/value.
setAttribute in class AbstractAttributeMapkey - The key.value - The value.protected void removeAttribute(java.lang.String key)
AbstractAttributeMapRemoves an attribute.
removeAttribute in class AbstractAttributeMapkey - The key.protected java.util.Enumeration getAttributeNames()
AbstractAttributeMapGets the attributes names.
getAttributeNames in class AbstractAttributeMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||