|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tweed.context.ContextPatcher
Use this class to provide a modified version of a
Context
instance, without modifying the original.
Limitations:
Context
subclass instances
correctly yet, instead of returning a dynamic proxy it returns an
instance of a nested class.
Constructor Summary | |
ContextPatcher(Context original)
|
Method Summary | |
Context |
getPatchedContext()
|
void |
setNewLogger(org.apache.avalon.framework.logger.Logger logger)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextPatcher(Context original)
Method Detail |
public void setNewLogger(org.apache.avalon.framework.logger.Logger logger)
public Context getPatchedContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |