com.opensymphony.xwork.interceptor.component
Interface ComponentManager

All Known Implementing Classes:
DefaultComponentManager

Deprecated. XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info.

public interface ComponentManager

Version:
$Revision: 860 $
Author:
joew@thoughtworks.com, $Author: rainerh $

Field Summary
static String COMPONENT_MANAGER_KEY
          Deprecated.  
 
Method Summary
 void addEnabler(Class component, Class enablerType)
          Deprecated.  
 void dispose()
          Deprecated.  
 Object getComponent(Class enablerType)
          Deprecated.  
 Object getComponentInstance(Class componentType)
          Deprecated.  
 ComponentConfiguration getConfig()
          Deprecated.  
 void initializeObject(Object obj)
          Deprecated.  
 void registerInstance(Class componentType, Object instance)
          Deprecated.  
 void reset()
          Deprecated.  
 void setConfig(ComponentConfiguration config)
          Deprecated.  
 void setFallback(ComponentManager fallback)
          Deprecated.  
 void setScope(String scope)
          Deprecated.  
 

Field Detail

COMPONENT_MANAGER_KEY

public static final String COMPONENT_MANAGER_KEY
Deprecated. 
See Also:
Constant Field Values
Method Detail

getComponent

public Object getComponent(Class enablerType)
Deprecated. 

setFallback

public void setFallback(ComponentManager fallback)
Deprecated. 

addEnabler

public void addEnabler(Class component,
                       Class enablerType)
Deprecated. 

dispose

public void dispose()
Deprecated. 

initializeObject

public void initializeObject(Object obj)
Deprecated. 

registerInstance

public void registerInstance(Class componentType,
                             Object instance)
Deprecated. 

getComponentInstance

public Object getComponentInstance(Class componentType)
Deprecated. 

getConfig

public ComponentConfiguration getConfig()
Deprecated. 

setConfig

public void setConfig(ComponentConfiguration config)
Deprecated. 

setScope

public void setScope(String scope)
Deprecated. 

reset

public void reset()
Deprecated. 

XWork Project Page