|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentContext | |
org.apache.avalon.composition.model |
The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
Uses of DeploymentContext in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model with parameters of type DeploymentContext | |
DeploymentModel |
ModelFactory.createDeploymentModel(DeploymentContext context)
Creation of a new nested deployment model. |
Uses of DeploymentContext in org.apache.avalon.composition.model.impl |
Classes in org.apache.avalon.composition.model.impl that implement DeploymentContext | |
class |
DefaultDeploymentContext
Default implementation of a deployment context. |
Methods in org.apache.avalon.composition.model.impl with parameters of type DeploymentContext | |
DeploymentModel |
DefaultModelFactory.createDeploymentModel(DeploymentContext context)
Creation of a new nested deployment model. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type DeploymentContext | |
DefaultImportModel(EntryDescriptor descriptor,
ImportDirective directive,
DeploymentContext context,
Map map)
Creation of a new context entry import model. |
|
DefaultDeploymentModel(DeploymentContext context)
Creation of a new deployment model. |
|
DefaultContextModel(Logger logger,
ContextDescriptor descriptor,
ContextDirective directive,
DeploymentContext context)
Default implementation of the context model. |
|
DefaultContext(DeploymentContext context)
Creation of a new default context. |
|
DefaultConstructorModel(EntryDescriptor descriptor,
ConstructorDirective directive,
DeploymentContext context,
Map map)
Creation of a new context entry import model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |