|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContext | |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
Uses of ComponentContext in org.apache.avalon.composition.model.impl |
Classes in org.apache.avalon.composition.model.impl that implement ComponentContext | |
class |
DefaultComponentContext
Default implementation of a deployment context that is used as the primary constructor argument when creating a new component model. |
Methods in org.apache.avalon.composition.model.impl with parameters of type ComponentContext | |
ComponentModel |
DefaultModelFactory.createComponentModel(ComponentContext context)
Creation of a new nested deployment model. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type ComponentContext | |
DefaultImportModel(EntryDescriptor descriptor,
String key,
ComponentContext context)
Creation of a new context entry import model. |
|
DefaultContextModel(Logger logger,
ContextDescriptor descriptor,
ContextDirective directive,
ComponentContext context)
Default implementation of the context model. |
|
DefaultConstructorModel(EntryDescriptor descriptor,
ConstructorDirective directive,
ComponentContext context,
Map map)
Creation of a new context entry import model. |
|
DefaultComponentModel(ComponentContext context,
SecurityModel security)
Creation of a new deployment model. |
Uses of ComponentContext in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider with parameters of type ComponentContext | |
ComponentModel |
ModelFactory.createComponentModel(ComponentContext context)
Creation of a new nested component model using a supplied component context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |