Uses of Class
com.opensymphony.xwork.config.entities.InterceptorMapping

Packages that use InterceptorMapping
com.opensymphony.xwork.config.entities   
 

Uses of InterceptorMapping in com.opensymphony.xwork.config.entities
 

Methods in com.opensymphony.xwork.config.entities with parameters of type InterceptorMapping
 void ActionConfig.addInterceptor(InterceptorMapping interceptor)
           
 void InterceptorListHolder.addInterceptor(InterceptorMapping interceptor)
           
 void InterceptorStackConfig.addInterceptor(InterceptorMapping interceptor)
           
 


XWork Project Page