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

Packages that use Processor
org.apache.geronimo.blueprint   
org.apache.geronimo.blueprint.compendium.cm   
org.apache.geronimo.blueprint.container   
 

Uses of Processor in org.apache.geronimo.blueprint
 

Subinterfaces of Processor in org.apache.geronimo.blueprint
 interface BeanProcessor
          TODO: javadoc Processors must be advertized as being such.
 interface ServiceProcessor
           
 

Methods in org.apache.geronimo.blueprint with type parameters of type Processor
<T extends Processor>
List<T>
ExtendedBlueprintContainer.getProcessors(Class<T> type)
           
 

Uses of Processor in org.apache.geronimo.blueprint.compendium.cm
 

Classes in org.apache.geronimo.blueprint.compendium.cm that implement Processor
 class CmManagedProperties
          TODO
 class CmProperties
           
 

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

Methods in org.apache.geronimo.blueprint.container with type parameters of type Processor
<T extends Processor>
List<T>
BlueprintContainerImpl.getProcessors(Class<T> clazz)
           
 



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