|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
contains(java.lang.Object key)
|
java.lang.Object |
get(java.lang.Object key)
|
void |
hide(java.lang.Object key)
Hides the item in the context. |
void |
makeReadOnly()
Make the context read-only. |
void |
put(java.lang.Object key,
java.lang.Object value)
Adds the item to the context. |
| Method Detail |
public java.lang.Object get(java.lang.Object key)
throws ContextException
ContextExceptionpublic boolean contains(java.lang.Object key)
public void put(java.lang.Object key,
java.lang.Object value)
throws java.lang.IllegalStateException
key - the key of the itemvalue - the item
java.lang.IllegalStateException - if context is read only
public void hide(java.lang.Object key)
throws java.lang.IllegalStateException
key - the items key
java.lang.IllegalStateException - if context is read onlypublic void makeReadOnly()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||