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: AttributesPrototypeTargetSourceCreator [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
      org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator

All Implemented Interfaces:
    DisposableBean, BeanFactoryAware, TargetSourceCreator

PrototypeTargetSourceCreator driven by metadata. Creates a prototype only if there's a PrototypeAttribute associated with the class.
Fields inherited from org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator:
logger
Constructor:
 public AttributesPrototypeTargetSourceCreator() 
 public AttributesPrototypeTargetSourceCreator(Attributes attributes) 
    Create a new AttributesPrototypeTargetSourceCreator.
    Parameters:
    attributes - the Attributes implementation to use
Method from org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator Summary:
afterPropertiesSet,   createBeanFactoryBasedTargetSource,   setAttributes
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.AttributesPrototypeTargetSourceCreator Detail:
 public  void afterPropertiesSet() 
 protected AbstractBeanFactoryBasedTargetSource createBeanFactoryBasedTargetSource(Class beanClass,
    String beanName) 
 public  void setAttributes(Attributes attributes) 
    Set the Attributes implementation to use.