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

Packages that use InterceptorMapping
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of InterceptorMapping in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 with type parameters of type InterceptorMapping
protected  Iterator<InterceptorMapping> DefaultActionInvocation.interceptors
           
 

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> InterceptorStackConfig.interceptors
          A list of InterceptorMapping object
protected  List<InterceptorMapping> ActionConfig.interceptors
           
 

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

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

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type InterceptorMapping
 InterceptorStackConfig.Builder InterceptorStackConfig.Builder.addInterceptors(List<InterceptorMapping> interceptors)
          Add a List of InterceptorMapping objects.
 InterceptorListHolder InterceptorListHolder.addInterceptors(List<InterceptorMapping> interceptors)
           
 ActionConfig.Builder ActionConfig.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
protected  List<InterceptorMapping> XmlConfigurationProvider.buildInterceptorList(Element element, PackageConfig.Builder context)
           
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, String refName, Map<String,String> refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
 



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