|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.ContextTool
This class is used as a base class for legacy context tools so they can fit into the ContextObjectFactory framework.
Constructor Summary | |
ContextTool()
|
Method Summary | |
java.lang.Object |
get(Context c)
Return an object which is suitable for placement in the context. |
abstract java.lang.Object |
init(Context c)
A new tool object will be instantiated per-request by calling this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextTool()
Method Detail |
public abstract java.lang.Object init(Context c) throws PropertyException
PropertyException
public java.lang.Object get(Context c) throws PropertyException
ContextObjectFactory
get
in interface ContextObjectFactory
PropertyException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |