|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
A context to be used in subcomponents. The general idea of Context/Contextualizable was taken from Jakarta's Avalon framework.
Contextualizable
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String aKey)
Searches for the value with the specified attribute key in this context. |
com.google.common.collect.ImmutableCollection<java.lang.String> |
getAttributeNames()
Returns the names of all atttributes of this context. |
Method Detail |
---|
java.lang.Object get(java.lang.String aKey)
aKey
- the attribute key.
com.google.common.collect.ImmutableCollection<java.lang.String> getAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |