| Package | Description | 
|---|---|
| com.opensymphony.xwork2 | Main XWork interfaces and classes. | 
| com.opensymphony.xwork2.config.entities | 
Configuration entity classes. | 
| com.opensymphony.xwork2.config.providers | Configuration provider classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Iterator<InterceptorMapping> | DefaultActionInvocation. interceptors | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<InterceptorMapping> | InterceptorStackConfig. interceptorsA list of InterceptorMapping object | 
| protected List<InterceptorMapping> | ActionConfig. interceptors | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<InterceptorMapping> | InterceptorStackConfig. getInterceptors()Returns a  Collectionof InterceptorMapping objects. | 
| List<InterceptorMapping> | ActionConfig. getInterceptors() | 
| Modifier and Type | Method and Description | 
|---|---|
| InterceptorStackConfig.Builder | InterceptorStackConfig.Builder. addInterceptor(InterceptorMapping interceptor)Add an  InterceptorMappingobject. | 
| InterceptorListHolder | InterceptorListHolder. addInterceptor(InterceptorMapping interceptor) | 
| ActionConfig.Builder | ActionConfig.Builder. addInterceptor(InterceptorMapping interceptor) | 
| Modifier and Type | Method and Description | 
|---|---|
| InterceptorStackConfig.Builder | InterceptorStackConfig.Builder. addInterceptors(List<InterceptorMapping> interceptors)Add a List of  InterceptorMappingobjects. | 
| InterceptorListHolder | InterceptorListHolder. addInterceptors(List<InterceptorMapping> interceptors) | 
| ActionConfig.Builder | ActionConfig.Builder. addInterceptors(List<InterceptorMapping> interceptors) | 
| ActionConfig.Builder | ActionConfig.Builder. interceptors(List<InterceptorMapping> interceptors) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<InterceptorMapping> | XmlDocConfigurationProvider. 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). | 
| protected List<InterceptorMapping> | XmlDocConfigurationProvider. lookupInterceptorReference(PackageConfig.Builder context,
                          Element interceptorRefElement)Looks up the Interceptor Class from the interceptor-ref name and creates an instance, which is added to the
 provided List, or, if this is a ref to a stack, it adds the Interceptor instances from the List to this stack. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.