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
 Map<String,Set<Injection>> Holder.getInjectionMap()
           
 List<Injection> Holder.getInjections(String className)
           
 

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

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



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