Uses of Class
org.apache.geronimo.j2ee.annotation.Injection

Packages that use Injection
org.apache.geronimo.j2ee.annotation   
 

Uses of Injection in org.apache.geronimo.j2ee.annotation
 

Methods in org.apache.geronimo.j2ee.annotation that return types with arguments of type Injection
 java.util.Map<java.lang.String,java.util.Set<Injection>> Holder.getInjectionMap()
           
 java.util.List<Injection> Holder.getInjections(java.lang.String className)
           
 

Methods in org.apache.geronimo.j2ee.annotation with parameters of type Injection
 void Holder.addInjection(java.lang.String className, Injection newInjection)
           
 

Method parameters in org.apache.geronimo.j2ee.annotation with type arguments of type Injection
 void Holder.addInjectionMap(java.util.Map<java.lang.String,java.util.Set<Injection>> injectionMap)
           
 void Holder.addInjections(java.lang.String className, java.util.Collection<Injection> newInjections)
           
 



Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.