|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.util.context.BasicContextHolder
A simple object that contains a Context.
Field Summary | |
protected Context |
context
|
Constructor Summary | |
BasicContextHolder()
|
|
BasicContextHolder(Context c)
|
Method Summary | |
Context |
getContext()
Returns the context currently stored in the holder. |
void |
setContext(Context c)
Changes the context currently stored in the holder. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected Context context
Constructor Detail |
public BasicContextHolder()
public BasicContextHolder(Context c)
Method Detail |
public Context getContext()
ContextHolder
getContext
in interface ContextHolder
public void setContext(Context c)
ContextHolder
setContext
in interface ContextHolder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |