Uses of Interface
org.springframework.metadata.Attributes

Packages that use Attributes
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.metadata.commons Attributes wrapper for Commons Attributes
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.  
 

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

Constructors in org.springframework.aop.framework.autoproxy.metadata with parameters of type Attributes
AttributesThreadLocalTargetSourceCreator(Attributes attributes)
           
AttributesPrototypeTargetSourceCreator(Attributes attributes)
           
AttributesPoolingTargetSourceCreator(Attributes attributes)
           
 

Uses of Attributes in org.springframework.metadata.commons
 

Classes in org.springframework.metadata.commons that implement Attributes
 class CommonsAttributes
          Implementation of the Spring Attributes facade for Commons Attributes.
 

Uses of Attributes in org.springframework.transaction.interceptor
 

Methods in org.springframework.transaction.interceptor with parameters of type Attributes
 void AttributesTransactionAttributeSource.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 

Constructors in org.springframework.transaction.interceptor with parameters of type Attributes
AttributesTransactionAttributeSource(Attributes attributes)
          Create a new AttributesTransactionAttributeSource.
 



Copyright (C) 2003-2004 The Spring Framework Project.