org.springframework.aop.framework.autoproxy.metadata
Class AttributesThreadLocalTargetSourceCreator

org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
  |
  +--org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator

public class AttributesThreadLocalTargetSourceCreator
extends AbstractPrototypeTargetSourceCreator

PrototypeTargetSourceCreator driven by metadata. Creates a ThreadLocalTargetSource only if there's a ThreadLocalAttribute associated with the class.

Author:
Rod Johnson
Version: $Id: AttributesThreadLocalTargetSourceCreator.java,v 1.1 2003/12/15 17:14:35 johnsonr Exp $

Constructor Summary
AttributesThreadLocalTargetSourceCreator(Attributes attributes)
           

Methods inherited from class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
getTargetSource

Constructor Detail

AttributesThreadLocalTargetSourceCreator

public AttributesThreadLocalTargetSourceCreator(Attributes attributes)

Association Links

to Class org.springframework.metadata.Attributes