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