| Package | Description |
|---|---|
| org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAdvisorChainFactory
A simple but definitive way of working out an advice chain for a Method,
given an
Advised object. |
| Modifier and Type | Method and Description |
|---|---|
AdvisorChainFactory |
AdvisedSupport.getAdvisorChainFactory()
Return the advisor chain factory to use (never
null). |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvisedSupport.setAdvisorChainFactory(AdvisorChainFactory advisorChainFactory)
Set the advisor chain factory to use.
|