com.opensymphony.xwork.interceptor
Interface PreResultListener
- All Known Implementing Classes:
- AbstractLifecycleInterceptor, ScopeInterceptor
public interface PreResultListener
PreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed
but before the Result is executed.
- Author:
- Jason Carreira
Date: Nov 13, 2003 10:55:02 PM
Method Summary |
void |
beforeResult(ActionInvocation invocation,
String resultCode)
This callback method will be called after the Action execution and before the Result execution. |
beforeResult
void beforeResult(ActionInvocation invocation,
String resultCode)
- This callback method will be called after the Action execution and before the Result execution.
- Parameters:
invocation
- resultCode
-