Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » autoproxy » metadata » [javadoc | source]
org.springframework.aop.framework.autoproxy.metadata
public class: AttributesPoolingTargetSourceCreator [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
      org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
         org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator

All Implemented Interfaces:
    DisposableBean, BeanFactoryAware, TargetSourceCreator

PoolingTargetSourceCreator driven by metadata.
Fields inherited from org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator:
logger
Constructor:
 public AttributesPoolingTargetSourceCreator() 
 public AttributesPoolingTargetSourceCreator(Attributes attributes) 
    Create a new AttributesPrototypeTargetSourceCreator.
    Parameters:
    attributes - the Attributes implementation to use
Method from org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator Summary:
afterPropertiesSet,   getPoolingAttribute,   setAttributes
Methods from org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator:
createBeanFactoryBasedTargetSource,   getPoolingAttribute,   newPoolingTargetSource
Methods from org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator:
buildInternalBeanFactory,   createBeanFactoryBasedTargetSource,   destroy,   getBeanFactory,   getInternalBeanFactoryForBean,   getTargetSource,   isPrototypeBased,   setBeanFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator Detail:
 public  void afterPropertiesSet() 
 protected PoolingAttribute getPoolingAttribute(Class beanClass,
    String beanName) 
 public  void setAttributes(Attributes attributes) 
    Set the Attributes implementation to use.