Uses of Class
com.opensymphony.xwork.interceptor.component.ComponentConfiguration

Packages that use ComponentConfiguration
com.opensymphony.xwork.interceptor.component   
 

Uses of ComponentConfiguration in com.opensymphony.xwork.interceptor.component
 

Methods in com.opensymphony.xwork.interceptor.component that return ComponentConfiguration
 ComponentConfiguration ComponentManager.getConfig()
          Deprecated.  
 ComponentConfiguration DefaultComponentManager.getConfig()
          Deprecated.  
 

Methods in com.opensymphony.xwork.interceptor.component with parameters of type ComponentConfiguration
 void ComponentManager.setConfig(ComponentConfiguration config)
          Deprecated.  
 void DefaultComponentManager.setConfig(ComponentConfiguration config)
          Deprecated.  
 


XWork Project Page