|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides support for setting and getting client properties (also known as "user data").
| Method Summary | |
Object |
getClientProperty(Object key)
Gets client property (also known as user data) identified by the specified key. |
void |
putClientProperty(Object key,
Object value)
Saves the specified value object as a client property (also known as user data) for subsequent retrieval using the specified key. |
| Method Detail |
public Object getClientProperty(Object key)
key - used to look up the property value
public void putClientProperty(Object key,
Object value)
key - used to look up the property valuevalue - value stored as client property or user data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||