Uses of Package
org.springframework.aop.framework.adapter

Packages that use org.springframework.aop.framework.adapter
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
org.springframework.aop.framework.autoproxy Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Classes in org.springframework.aop.framework.adapter used by org.springframework.aop.framework
AdvisorAdapterRegistry
          Interface for registries of AdvisorAdapters.
 

Classes in org.springframework.aop.framework.adapter used by org.springframework.aop.framework.adapter
AdvisorAdapter
          Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistry
          Interface for registries of AdvisorAdapters.
UnknownAdviceTypeException
          Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
 

Classes in org.springframework.aop.framework.adapter used by org.springframework.aop.framework.autoproxy
AdvisorAdapterRegistry
          Interface for registries of AdvisorAdapters.
 

Classes in org.springframework.aop.framework.adapter used by org.springframework.transaction.interceptor
AdvisorAdapterRegistry
          Interface for registries of AdvisorAdapters.
 



Copyright (c) 2002-2007 The Spring Framework Project.