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

Packages that use InterceptorConfig
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
org.apache.struts2.impl   
 

Uses of InterceptorConfig in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type InterceptorConfig
 Interceptor ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, Map 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
 

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

Constructors in com.opensymphony.xwork2.config.entities with parameters of type InterceptorConfig
InterceptorConfig(InterceptorConfig parent, Map params)
           
 

Uses of InterceptorConfig in org.apache.struts2.impl
 

Methods in org.apache.struts2.impl with parameters of type InterceptorConfig
 Interceptor StrutsObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, Map refParams)
           
 



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