|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
InterceptorListHolder |
InterceptorListHolder.addInterceptor(InterceptorMapping interceptor)
|
InterceptorStackConfig.Builder |
InterceptorStackConfig.Builder.addInterceptor(InterceptorMapping interceptor)
Add an InterceptorMapping object. |
ActionConfig.Builder |
ActionConfig.Builder.addInterceptor(InterceptorMapping interceptor)
|
Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type InterceptorMapping | |
---|---|
InterceptorListHolder |
InterceptorListHolder.addInterceptors(java.util.List<InterceptorMapping> interceptors)
|
InterceptorStackConfig.Builder |
InterceptorStackConfig.Builder.addInterceptors(java.util.List<InterceptorMapping> interceptors)
Add a List of InterceptorMapping objects. |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |