| 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.interceptors
A list of InterceptorMapping object 
 | 
protected List<InterceptorMapping> | 
ActionConfig.interceptors  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<InterceptorMapping> | 
InterceptorStackConfig.getInterceptors()
Returns a  
Collection of InterceptorMapping objects. | 
List<InterceptorMapping> | 
ActionConfig.getInterceptors()  | 
| Modifier and Type | Method and Description | 
|---|---|
InterceptorStackConfig.Builder | 
InterceptorStackConfig.Builder.addInterceptor(InterceptorMapping interceptor)
Add an  
InterceptorMapping object. | 
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  
InterceptorMapping objects. | 
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> | 
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–2020 Apache Software Foundation. All rights reserved.