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

Packages that use InterceptorMapping
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

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

Fields in com.opensymphony.xwork2.config.entities with type parameters of type InterceptorMapping
protected  List<InterceptorMapping> ActionConfig.interceptors
           
private  List<InterceptorMapping> InterceptorStackConfig.interceptors
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type InterceptorMapping
 List<InterceptorMapping> ActionConfig.getInterceptors()
           
 Collection<InterceptorMapping> InterceptorStackConfig.getInterceptors()
           
 

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

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type InterceptorMapping
 ActionConfig.Builder ActionConfig.Builder.addInterceptors(List<InterceptorMapping> interceptors)
           
 InterceptorListHolder InterceptorListHolder.addInterceptors(List<InterceptorMapping> interceptors)
           
 InterceptorStackConfig.Builder InterceptorStackConfig.Builder.addInterceptors(List<InterceptorMapping> interceptors)
           
 ActionConfig.Builder ActionConfig.Builder.interceptors(List<InterceptorMapping> interceptors)
           
 

Uses of InterceptorMapping in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers that return types with arguments of type InterceptorMapping
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, String refName, Map refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
private static List<InterceptorMapping> InterceptorBuilder.constructParameterizedInterceptorReferences(InterceptorLocator interceptorLocator, InterceptorStackConfig stackConfig, Map refParams, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams.
 



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