Uses of Class
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement

Packages that use CommonAnnotationBeanPostProcessor.LookupElement
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of CommonAnnotationBeanPostProcessor.LookupElement in org.springframework.context.annotation
 

Methods in org.springframework.context.annotation with parameters of type CommonAnnotationBeanPostProcessor.LookupElement
protected  Object CommonAnnotationBeanPostProcessor.autowireResource(BeanFactory factory, CommonAnnotationBeanPostProcessor.LookupElement element, String requestingBeanName)
          Obtain a resource object for the given name and type through autowiring based on the given factory.
protected  Object CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.LookupElement element, String requestingBeanName)
          Obtain the resource object for the given name and type.
 



Copyright © 2002-2008 The Spring Framework.