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
 void ActionConfig.addInterceptor(InterceptorMapping interceptor)
           
 void InterceptorListHolder.addInterceptor(InterceptorMapping interceptor)
           
 void InterceptorStackConfig.addInterceptor(InterceptorMapping interceptor)
           
 

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

Constructor parameters in com.opensymphony.xwork2.config.entities with type arguments of type InterceptorMapping
ActionConfig(String methodName, Class clazz, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, Class clazz, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
ActionConfig(String methodName, String className, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, String className, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
ActionConfig(String methodName, String className, String packageName, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, String className, String packageName, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
 

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(PackageConfig packageConfig, 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(PackageConfig packageConfig, 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.