|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.avalon.excalibur.component.ExcaliburComponentSelector
Default component selector for Avalon's components.
フィールドの概要 | |
protected org.apache.avalon.framework.context.Context |
m_context
The application context for components |
コンストラクタの概要 | |
ExcaliburComponentSelector()
Create the ComponentSelector |
|
ExcaliburComponentSelector(java.lang.ClassLoader loader)
Create the ComponentSelector with a Classloader |
メソッドの概要 | |
void |
addComponent(java.lang.Object hint,
java.lang.Class component,
org.apache.avalon.framework.configuration.Configuration configuration)
Add a new component to the manager. |
void |
addComponentInstance(java.lang.Object hint,
org.apache.avalon.framework.component.Component instance)
Add a static instance of a component to the manager. |
void |
compose(org.apache.avalon.framework.component.ComponentManager componentManager)
Compose the ComponentSelector so that we know what the parent ComponentManager is. |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Default Configuration handler for ComponentSelector. |
void |
contextualize(org.apache.avalon.framework.context.Context context)
Provide the application Context. |
void |
dispose()
Properly dispose of all the ComponentHandlers. |
boolean |
hasComponent(java.lang.Object hint)
Tests for existence of a component. |
void |
initialize()
Properly initialize of the Child handlers. |
void |
release(org.apache.avalon.framework.component.Component component)
Release the Component to the propper ComponentHandler. |
org.apache.avalon.framework.component.Component |
select(java.lang.Object hint)
Return an instance of a component based on a hint. |
void |
setLogKitManager(LogKitManager logkit)
Configure the LogKitManager |
void |
setRoleManager(RoleManager roles)
Configure the RoleManager |
クラス org.apache.avalon.framework.logger.AbstractLoggable から継承したメソッド |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected org.apache.avalon.framework.context.Context m_context
コンストラクタの詳細 |
public ExcaliburComponentSelector()
public ExcaliburComponentSelector(java.lang.ClassLoader loader)
メソッドの詳細 |
public void contextualize(org.apache.avalon.framework.context.Context context)
org.apache.avalon.framework.context.Contextualizable
内の contextualize
public void compose(org.apache.avalon.framework.component.ComponentManager componentManager) throws org.apache.avalon.framework.component.ComponentException
org.apache.avalon.framework.component.Composable
内の compose
public void initialize()
org.apache.avalon.framework.activity.Initializable
内の initialize
public boolean hasComponent(java.lang.Object hint)
org.apache.avalon.framework.component.ComponentSelector
内の hasComponent
public void dispose()
org.apache.avalon.framework.activity.Disposable
内の dispose
public org.apache.avalon.framework.component.Component select(java.lang.Object hint) throws org.apache.avalon.framework.component.ComponentException
org.apache.avalon.framework.component.ComponentSelector
内の select
public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
org.apache.avalon.framework.configuration.Configurable
内の configure
public void setRoleManager(RoleManager roles)
RoleManageable
内の setRoleManager
public void setLogKitManager(LogKitManager logkit)
LogKitManageable
内の setLogKitManager
public void release(org.apache.avalon.framework.component.Component component)
org.apache.avalon.framework.component.ComponentSelector
内の release
public void addComponent(java.lang.Object hint, java.lang.Class component, org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.component.ComponentException
hint
- the hint name for the new component.component
- the class of this component.Configuration
- the configuration for this component.public void addComponentInstance(java.lang.Object hint, org.apache.avalon.framework.component.Component instance)
hint
- the hint for the component.instance
- the instance of the component.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |