Uses of Interface
com.opensymphony.xwork.interceptor.component.ComponentManager

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

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

Classes in com.opensymphony.xwork.interceptor.component that implement ComponentManager
 class DefaultComponentManager
          Deprecated. XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info.
 

Methods in com.opensymphony.xwork.interceptor.component with parameters of type ComponentManager
 void ComponentConfiguration.configure(ComponentManager componentManager, java.lang.String scope)
          Configure a newly instantiated component manager by initializing all of the required components for the current configuration and setting up the component enablers.
 void ComponentManager.setFallback(ComponentManager fallback)
          Deprecated.  
 void DefaultComponentManager.setFallback(ComponentManager fallback)
          Deprecated.  
 


XWork Project Page