Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSingletonProxyFactoryBean.setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
Specify the AdvisorAdapterRegistry to use.
|
void |
ProxyFactoryBean.setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
Specify the AdvisorAdapterRegistry to use.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAdvisorAdapterRegistry
Default implementation of the
AdvisorAdapterRegistry interface. |
Modifier and Type | Method and Description |
---|---|
static AdvisorAdapterRegistry |
GlobalAdvisorAdapterRegistry.getInstance()
Return the singleton
DefaultAdvisorAdapterRegistry instance. |
Modifier and Type | Method and Description |
---|---|
void |
AdvisorAdapterRegistrationManager.setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAutoProxyCreator.setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
Specify the
AdvisorAdapterRegistry to use. |