Uses of Interface
com.opensymphony.xwork.interceptor.PreResultListener

Packages that use PreResultListener
com.opensymphony.xwork   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.mock   
 

Uses of PreResultListener in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork with parameters of type PreResultListener
 void ActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 void DefaultActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 

Uses of PreResultListener in com.opensymphony.xwork.interceptor
 

Classes in com.opensymphony.xwork.interceptor that implement PreResultListener
 class AbstractLifecycleInterceptor
          AbstractLifecycleInterceptor is a convenience interceptor that is like an
 

Uses of PreResultListener in com.opensymphony.xwork.mock
 

Methods in com.opensymphony.xwork.mock with parameters of type PreResultListener
 void MockActionInvocation.addPreResultListener(PreResultListener listener)
           
 


XWork Project Page