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

Packages that use PreResultListener
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.interceptor.annotations Interceptor annotations. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
org.apache.struts2.interceptor Web specific interceptor classes. 
 

Uses of PreResultListener in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type PreResultListener
 void ActionInvocation.addPreResultListener(PreResultListener listener)
          Register a com.opensymphony.xwork2.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.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
 

Uses of PreResultListener in com.opensymphony.xwork2.interceptor.annotations
 

Classes in com.opensymphony.xwork2.interceptor.annotations that implement PreResultListener
 class AnnotationWorkflowInterceptor
           
 

Uses of PreResultListener in com.opensymphony.xwork2.mock
 

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

Uses of PreResultListener in org.apache.struts2.interceptor
 

Classes in org.apache.struts2.interceptor that implement PreResultListener
 class ScopeInterceptor
          This is designed to solve a few simple issues related to wizard-like functionality in Struts.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.