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
 

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

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 context)
           
 

Methods in com.opensymphony.xwork2.config.providers with parameters of type InterceptorStackConfig
private static List<InterceptorMapping> InterceptorBuilder.constructParameterizedInterceptorReferences(PackageConfig packageConfig, 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-2007 Apache Software Foundation. All Rights Reserved.