|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.context.servlet.AbstractAttributeMap
org.apache.myfaces.context.servlet.RequestParameterMap
ServletRequest parameters as Map.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
protected java.lang.Object |
getAttribute(java.lang.String key)
|
protected java.util.Enumeration |
getAttributeNames()
|
protected void |
removeAttribute(java.lang.String key)
|
protected void |
setAttribute(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, 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 |
protected java.lang.Object getAttribute(java.lang.String key)
getAttribute
in class AbstractAttributeMap
protected void setAttribute(java.lang.String key, java.lang.Object value)
setAttribute
in class AbstractAttributeMap
protected void removeAttribute(java.lang.String key)
removeAttribute
in class AbstractAttributeMap
protected java.util.Enumeration getAttributeNames()
getAttributeNames
in class AbstractAttributeMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |