| Package | Description |
|---|---|
| org.apache.avalon.fortress.impl |
The
fortress.impl package contains the containment abstraction of the Fortress system |
| Modifier and Type | Field and Description |
|---|---|
private ComponentHandlerMetaData |
ComponentHandlerEntry.m_metaData |
| Modifier and Type | Method and Description |
|---|---|
ComponentHandlerMetaData |
ComponentHandlerEntry.getMetaData()
Return the meta data for handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContainer.addComponent(ComponentHandlerMetaData metaData)
Add a Component into the impl.
|
private ComponentHandler |
AbstractContainer.getComponentHandler(org.apache.avalon.fortress.MetaInfoEntry metaEntry,
ComponentHandlerMetaData metaData)
Get a ComponentHandler with the default constructor for the component class passed in.
|
private ComponentHandler |
DefaultECMContainer.getComponentHandler(java.lang.String classname,
java.lang.Class handlerClass,
ComponentHandlerMetaData metaData)
Get a ComponentHandler with the default constructor for the component class passed in.
|
| Constructor and Description |
|---|
ComponentHandlerEntry(ComponentHandler handler,
ComponentHandlerMetaData metaData)
Create an entry for a particular handler.
|