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
           
 

Methods in com.opensymphony.xwork.interceptor.component with parameters of type ComponentManager
 void ComponentManager.setFallback(ComponentManager fallback)
           
 void DefaultComponentManager.setFallback(ComponentManager fallback)
           
 void ComponentConfiguration.configure(ComponentManager componentManager, 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.
 


XWork Project Page