Uses of Class
org.springframework.jee.inject.Injection

Packages that use Injection
org.springframework.jee.inject JSR250 Support. 
 

Uses of Injection in org.springframework.jee.inject
 

Subclasses of Injection in org.springframework.jee.inject
 class FieldInjection
          JSR 250 field level injection.
 class MethodInjection
          JSR 250 method level injection.
 

Methods in org.springframework.jee.inject that return types with arguments of type Injection
 java.util.List<Injection> Jsr250Metadata.getInjections()
           
 

Methods in org.springframework.jee.inject with parameters of type Injection
 void Jsr250Metadata.addInjection(Injection injection)
           
protected  java.lang.Object Jsr250Metadata.resolve(Injection injection)
          Resolve the given injected value Look first in the Spring singleton factory, then in JNDI name
 

Method parameters in org.springframework.jee.inject with type arguments of type Injection
protected  void Jsr250Processor.addAnnotationResourceReferences(java.util.List<Injection> injections, java.lang.Class clazz)
           
 



Copyright 2006 Interface21. All Rights Reserved.