Uses of Class
org.springframework.aop.framework.autoproxy.target.PoolingAttribute

Packages that use PoolingAttribute
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

Uses of PoolingAttribute in org.springframework.aop.framework.autoproxy.metadata
 

Methods in org.springframework.aop.framework.autoproxy.metadata that return PoolingAttribute
protected  PoolingAttribute AttributesPoolingTargetSourceCreator.getPoolingAttribute(Class beanClass, String beanName)
           
 

Uses of PoolingAttribute in org.springframework.aop.framework.autoproxy.target
 

Methods in org.springframework.aop.framework.autoproxy.target that return PoolingAttribute
protected abstract  PoolingAttribute AbstractPoolingTargetSourceCreator.getPoolingAttribute(Class beanClass, String beanName)
          Create a PoolingAttribute for the given bean, if any.
 

Methods in org.springframework.aop.framework.autoproxy.target with parameters of type PoolingAttribute
protected  AbstractPoolingTargetSource AbstractPoolingTargetSourceCreator.newPoolingTargetSource(PoolingAttribute poolingAttribute)
          Create a new AbstractPoolingTargetSource.
 



Copyright (c) 2002-2007 The Spring Framework Project.