|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.interceptor.TimerInterceptor
TimerInterceptor Created : Jan 9, 2003 1:15:53 AM
Constructor Summary | |
TimerInterceptor()
|
Method Summary | |
void |
destroy()
Called to let an interceptor clean up any resources it has allocated. |
boolean |
equals(Object o)
|
int |
hashCode()
|
void |
init()
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName. |
String |
intercept(ActionInvocation invocation)
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimerInterceptor()
Method Detail |
public void destroy()
destroy
in interface Interceptor
public boolean equals(Object o)
public int hashCode()
public void init()
init
in interface Interceptor
public String intercept(ActionInvocation invocation) throws Exception
intercept
in interface Interceptor
ActionInvocation.invoke()
, or from the interceptor itself.
Exception
- any system-level error, as defined in Action.execute()
.
|
XWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |