|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webmacro.servlet.SessionTool
Provide Template with access to form data.
Constructor Summary | |
SessionTool()
|
Method Summary | |
void |
destroy(java.lang.Object o)
At the end of processing this method will be called to return the object generated by init(), in case it needs to be recycled or otherwise cleaned up. |
java.lang.Object |
init(Context context)
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 SessionTool()
Method Detail |
public java.lang.Object init(Context context) throws PropertyException
ContextTool
init
in interface ContextTool
public void destroy(java.lang.Object o)
ContextTool
destroy
in interface ContextTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |