|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Classes in org.springframework.aop.framework.adapter used by org.springframework.aop.framework | |
---|---|
AdvisorAdapterRegistry
Interface for registries of Advisor adapters. |
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 Advisor adapters. |
|
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 Advisor adapters. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |