Home » xwork-2.1.5 » com.opensymphony » xwork2 » interceptor » [javadoc | source]
com.opensymphony.xwork2.interceptor
public interface: PreResultListener [javadoc | source]

All Known Implementing Classes:
    AnnotationWorkflowInterceptor, RefreshModelBeforeResult

PreResultListeners may be registered with an ActionInvocation to get a callback after the com.opensymphony.xwork2.Action has been executed but before the com.opensymphony.xwork2.Result is executed.
Method from com.opensymphony.xwork2.interceptor.PreResultListener Summary:
beforeResult
Method from com.opensymphony.xwork2.interceptor.PreResultListener Detail:
 public  void beforeResult(ActionInvocation invocation,
    String resultCode)