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 java.lang.String COMPONENT_MANAGER_KEY
          Deprecated.  
 
Method Summary
 void addEnabler(java.lang.Class component, java.lang.Class enablerType)
          Deprecated.  
 void dispose()
          Deprecated.  
 java.lang.Object getComponent(java.lang.Class enablerType)
          Deprecated.  
 java.lang.Object getComponentInstance(java.lang.Class componentType)
          Deprecated.  
 ComponentConfiguration getConfig()
          Deprecated.  
 void initializeObject(java.lang.Object obj)
          Deprecated.  
 void registerInstance(java.lang.Class componentType, java.lang.Object instance)
          Deprecated.  
 void reset()
          Deprecated.  
 void setConfig(ComponentConfiguration config)
          Deprecated.  
 void setFallback(ComponentManager fallback)
          Deprecated.  
 void setScope(java.lang.String scope)
          Deprecated.  
 

Field Detail

COMPONENT_MANAGER_KEY

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

getComponent

java.lang.Object getComponent(java.lang.Class enablerType)
Deprecated. 

setFallback

void setFallback(ComponentManager fallback)
Deprecated. 

addEnabler

void addEnabler(java.lang.Class component,
                java.lang.Class enablerType)
Deprecated. 

dispose

void dispose()
Deprecated. 

initializeObject

void initializeObject(java.lang.Object obj)
Deprecated. 

registerInstance

void registerInstance(java.lang.Class componentType,
                      java.lang.Object instance)
Deprecated. 

getComponentInstance

java.lang.Object getComponentInstance(java.lang.Class componentType)
Deprecated. 

getConfig

ComponentConfiguration getConfig()
Deprecated. 

setConfig

void setConfig(ComponentConfiguration config)
Deprecated. 

setScope

void setScope(java.lang.String scope)
Deprecated. 

reset

void reset()
Deprecated. 

XWork Project Page