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

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type InterceptorMapping
 java.util.Collection<InterceptorMapping> InterceptorStackConfig.getInterceptors()
          Returns a Collection of InterceptorMapping objects.
 java.util.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(java.util.List<InterceptorMapping> interceptors)
          Add a List of InterceptorMapping objects.
 InterceptorListHolder InterceptorListHolder.addInterceptors(java.util.List<InterceptorMapping> interceptors)
           
 ActionConfig.Builder ActionConfig.Builder.addInterceptors(java.util.List<InterceptorMapping> interceptors)
           
 ActionConfig.Builder ActionConfig.Builder.interceptors(java.util.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  java.util.List<InterceptorMapping> XmlConfigurationProvider.buildInterceptorList(org.w3c.dom.Element element, PackageConfig.Builder context)
           
static java.util.List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, java.lang.String refName, java.util.Map<java.lang.String,java.lang.String> refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
 



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