|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
containsKey(PropertyKey key)
|
java.lang.Object |
get(PropertyKey key)
|
java.lang.Object |
put(PropertyKey key,
java.lang.Object value)
|
void |
putAll(PropertyMap t)
|
java.lang.Object |
remove(PropertyKey key)
|
void |
restoreState(javax.faces.context.FacesContext context,
FacesBean.Type type,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public boolean containsKey(PropertyKey key)
public java.lang.Object get(PropertyKey key)
public java.lang.Object put(PropertyKey key, java.lang.Object value)
public java.lang.Object remove(PropertyKey key)
public void putAll(PropertyMap t)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
public void restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |