Uses of Class
org.apache.struts2.config.entities.InterceptorMapping
Packages that use InterceptorMapping
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
Configuration provider classes.
-
Uses of InterceptorMapping in org.apache.struts2
Fields in org.apache.struts2 with type parameters of type InterceptorMappingModifier and TypeFieldDescriptionprotected Iterator<InterceptorMapping>
DefaultActionInvocation.interceptors
-
Uses of InterceptorMapping in org.apache.struts2.config.entities
Fields in org.apache.struts2.config.entities with type parameters of type InterceptorMappingModifier and TypeFieldDescriptionprotected List<InterceptorMapping>
ActionConfig.interceptors
protected List<InterceptorMapping>
InterceptorStackConfig.interceptors
A list of InterceptorMapping objectMethods in org.apache.struts2.config.entities that return types with arguments of type InterceptorMappingModifier and TypeMethodDescriptionActionConfig.getInterceptors()
InterceptorStackConfig.getInterceptors()
Returns aCollection
of InterceptorMapping objects.Methods in org.apache.struts2.config.entities with parameters of type InterceptorMappingModifier and TypeMethodDescriptionActionConfig.Builder.addInterceptor
(InterceptorMapping interceptor) InterceptorListHolder.addInterceptor
(InterceptorMapping interceptor) InterceptorStackConfig.Builder.addInterceptor
(InterceptorMapping interceptor) Add anInterceptorMapping
object.Method parameters in org.apache.struts2.config.entities with type arguments of type InterceptorMappingModifier and TypeMethodDescriptionActionConfig.Builder.addInterceptors
(List<InterceptorMapping> interceptors) InterceptorListHolder.addInterceptors
(List<InterceptorMapping> interceptors) InterceptorStackConfig.Builder.addInterceptors
(List<InterceptorMapping> interceptors) Add a List ofInterceptorMapping
objects.ActionConfig.Builder.interceptors
(List<InterceptorMapping> interceptors) -
Uses of InterceptorMapping in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return types with arguments of type InterceptorMappingModifier and TypeMethodDescriptionprotected 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.