Uses of Class
org.apache.struts2.config.entities.InterceptorConfig
Packages that use InterceptorConfig
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
Configuration provider classes.
-
Uses of InterceptorConfig in org.apache.struts2
Methods in org.apache.struts2 with parameters of type InterceptorConfigModifier and TypeMethodDescriptionObjectFactory.buildInterceptor
(InterceptorConfig interceptorConfig, Map<String, String> interceptorRefParams) Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference. -
Uses of InterceptorConfig in org.apache.struts2.config.entities
Methods in org.apache.struts2.config.entities that return InterceptorConfigMethods in org.apache.struts2.config.entities with parameters of type InterceptorConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addInterceptorConfig
(InterceptorConfig config) Constructors in org.apache.struts2.config.entities with parameters of type InterceptorConfig -
Uses of InterceptorConfig in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return InterceptorConfigModifier and TypeMethodDescriptionprotected InterceptorConfig
XmlDocConfigurationProvider.buildInterceptorConfig
(Element interceptorElement) -
Uses of InterceptorConfig in org.apache.struts2.factory
Methods in org.apache.struts2.factory with parameters of type InterceptorConfigModifier and TypeMethodDescriptionDefaultInterceptorFactory.buildInterceptor
(InterceptorConfig interceptorConfig, Map<String, String> interceptorRefParams) InterceptorFactory.buildInterceptor
(InterceptorConfig interceptorConfig, Map<String, String> interceptorRefParams) Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.