The Spring Framework

Uses of Interface
org.springframework.aop.RawTargetAccess

Packages that use RawTargetAccess
org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend. 
 

Uses of RawTargetAccess in org.springframework.aop.scope
 

Subinterfaces of RawTargetAccess in org.springframework.aop.scope
 interface ScopedObject
          An AOP introduction interface for scoped objects.
 

Classes in org.springframework.aop.scope that implement RawTargetAccess
 class DefaultScopedObject
          Default implementation of the ScopedObject interface.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.