Interface | Description |
---|---|
Context |
The context is the interface through which the component and its
container communicate.
|
Contextualizable |
This inteface should be implemented by components that need
a Context to work.
|
Recontextualizable |
Extends Contextualizable to allow recontextualizing.
|
Resolvable |
This interface is used to indicate objects that need to be
resolved in some particular context.
|
Class | Description |
---|---|
DefaultContext |
Default implementation of Context.
|
Exception | Description |
---|---|
ContextException |
Exception signalling a badly formed Context.
|