|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This inteface should be implemented by components that need a Context to work. Context contains runtime generated object provided by the Container to this Component.
Method Summary | |
void |
contextualize(Context context)
Pass the Context to the component. |
Method Detail |
public void contextualize(Context context) throws ContextException
context
- the context. Must not be null
.
ContextException
- if context is invalid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |