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. 
 

Uses of InterceptorConfig in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type InterceptorConfig
 Interceptor ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, java.util.Map<java.lang.String,java.lang.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 InterceptorConfig
protected  InterceptorConfig InterceptorConfig.Builder.target
           
 

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

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

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



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