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

Packages that use InterceptorConfig
com.opensymphony.xwork   
com.opensymphony.xwork.config.entities   
 

Uses of InterceptorConfig in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork 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.xwork.config.entities
 

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


XWork Project Page