Uses of Class
com.opensymphony.xwork2.config.entities.InterceptorStackConfig

Packages that use InterceptorStackConfig
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of InterceptorStackConfig in com.opensymphony.xwork2.config.entities
 

Fields in com.opensymphony.xwork2.config.entities declared as InterceptorStackConfig
private  InterceptorStackConfig InterceptorStackConfig.Builder.target
           
 

Methods in com.opensymphony.xwork2.config.entities that return InterceptorStackConfig
 InterceptorStackConfig InterceptorStackConfig.Builder.build()
           
 

Methods in com.opensymphony.xwork2.config.entities with parameters of type InterceptorStackConfig
 PackageConfig.Builder PackageConfig.Builder.addInterceptorStackConfig(InterceptorStackConfig config)
           
 

Constructors in com.opensymphony.xwork2.config.entities with parameters of type InterceptorStackConfig
InterceptorStackConfig(InterceptorStackConfig orig)
           
 

Uses of InterceptorStackConfig in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers that return InterceptorStackConfig
protected  InterceptorStackConfig XmlConfigurationProvider.loadInterceptorStack(Element element, PackageConfig.Builder context)
           
 

Methods in com.opensymphony.xwork2.config.providers with parameters of type InterceptorStackConfig
private static List<InterceptorMapping> InterceptorBuilder.constructParameterizedInterceptorReferences(InterceptorLocator interceptorLocator, InterceptorStackConfig stackConfig, Map refParams, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.