Uses of Interface
org.apache.geronimo.blueprint.container.NamespaceHandlerRegistry

Packages that use NamespaceHandlerRegistry
org.apache.geronimo.blueprint.container   
org.apache.geronimo.blueprint.namespace   
 

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

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

Constructors in org.apache.geronimo.blueprint.container with parameters of type NamespaceHandlerRegistry
BlueprintContainerImpl(org.osgi.framework.BundleContext bundleContext, org.osgi.framework.Bundle extenderBundle, BlueprintListener eventDispatcher, NamespaceHandlerRegistry handlers, ScheduledExecutorService executors, List<Object> pathList)
           
 

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

Classes in org.apache.geronimo.blueprint.namespace that implement NamespaceHandlerRegistry
 class NamespaceHandlerRegistryImpl
          Default implementation of the NamespaceHandlerRegistry.
 



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