|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateContext
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
Indicates whether the specified key is in the context. |
Object |
get(String key)
Gets the value corresponding to the provided key from the context. |
Object[] |
getKeys()
Get all the keys for the values in the context. |
Object |
put(String key,
Object value)
Adds a name/value pair to the context. |
Object |
remove(Object key)
Removes the value associated with the specified key from the context. |
| Method Detail |
|---|
Object put(String key,
Object value)
key - The name to key the provided value with.value - The corresponding value.
Object get(String key)
key - The name of the desired value.
boolean containsKey(Object key)
key - The key to look for.
Object[] getKeys()
Object remove(Object key)
key - The name of the value to remove.
null
if unmapped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||