public interface Context
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key)
Return
true if this context contains an entry with the given key. |
Object |
get(Object key)
Get the value in the context map defined by the given key.
|
void |
put(Object key,
Object value)
Store a key value pair into the context.
|
Copyright © 2014 OCPsoft. All Rights Reserved.