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 DefaultComponentManager.getConfig()
          Deprecated.  
 ComponentConfiguration ComponentManager.getConfig()
          Deprecated.  
 

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


XWork Project Page