Uses of Class
com.opensymphony.xwork2.config.entities.InterceptorConfig
Packages that use InterceptorConfig
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
Configuration provider classes.
-
Uses of InterceptorConfig in com.opensymphony.xwork2
Methods in com.opensymphony.xwork2 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 com.opensymphony.xwork2.config.entities
Fields in com.opensymphony.xwork2.config.entities declared as InterceptorConfigMethods in com.opensymphony.xwork2.config.entities that return InterceptorConfigMethods in com.opensymphony.xwork2.config.entities with parameters of type InterceptorConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addInterceptorConfig
(InterceptorConfig config) Constructors in com.opensymphony.xwork2.config.entities with parameters of type InterceptorConfig -
Uses of InterceptorConfig in com.opensymphony.xwork2.config.providers
Methods in com.opensymphony.xwork2.config.providers that return InterceptorConfigModifier and TypeMethodDescriptionprotected InterceptorConfig
XmlDocConfigurationProvider.buildInterceptorConfig
(Element interceptorElement) -
Uses of InterceptorConfig in com.opensymphony.xwork2.factory
Methods in com.opensymphony.xwork2.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.