Uses of Interface
org.apache.geronimo.blueprint.ComponentDefinitionRegistry

Packages that use ComponentDefinitionRegistry
org.apache.geronimo.blueprint   
org.apache.geronimo.blueprint.container   
org.apache.geronimo.blueprint.ext   
org.apache.geronimo.blueprint.namespace   
 

Uses of ComponentDefinitionRegistry in org.apache.geronimo.blueprint
 

Methods in org.apache.geronimo.blueprint that return ComponentDefinitionRegistry
 ComponentDefinitionRegistry ExtendedBlueprintContainer.getComponentDefinitionRegistry()
           
 ComponentDefinitionRegistry ParserContext.getComponentDefinitionRegistry()
           
 

Methods in org.apache.geronimo.blueprint with parameters of type ComponentDefinitionRegistry
 void ComponentDefinitionRegistryProcessor.process(ComponentDefinitionRegistry registry)
           
 

Uses of ComponentDefinitionRegistry in org.apache.geronimo.blueprint.container
 

Methods in org.apache.geronimo.blueprint.container that return ComponentDefinitionRegistry
 ComponentDefinitionRegistry ParserContextImpl.getComponentDefinitionRegistry()
           
 

Methods in org.apache.geronimo.blueprint.container with parameters of type ComponentDefinitionRegistry
 void Parser.populate(NamespaceHandlerRegistry handlers, ComponentDefinitionRegistry registry)
           
 

Constructors in org.apache.geronimo.blueprint.container with parameters of type ComponentDefinitionRegistry
ParserContextImpl(Parser parser, ComponentDefinitionRegistry componentDefinitionRegistry, ComponentMetadata enclosingComponent, Node sourceNode)
           
 

Uses of ComponentDefinitionRegistry in org.apache.geronimo.blueprint.ext
 

Methods in org.apache.geronimo.blueprint.ext with parameters of type ComponentDefinitionRegistry
 void AbstractPropertyPlaceholder.process(ComponentDefinitionRegistry registry)
           
static void PlaceholdersUtils.validatePlaceholder(MutableBeanMetadata metadata, ComponentDefinitionRegistry registry)
           
 

Uses of ComponentDefinitionRegistry in org.apache.geronimo.blueprint.namespace
 

Classes in org.apache.geronimo.blueprint.namespace that implement ComponentDefinitionRegistry
 class ComponentDefinitionRegistryImpl
          ComponentDefinitionRegistry implementation.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.