|
Class Summary |
| AlwaysInvoked |
MethodPointcut implementation wrapping an
Interceptor that should always run. |
| AopContext |
Class containing static methods used to obtain
information about the current AOP invocation.
|
| AopProxy |
InvocationHandler implementation for the Spring AOP
framework, based on Java 1.3+ dynamic proxies.
|
| AopUtils |
Utility methods used by the AOP framework. |
| DefaultProxyConfig |
Superclass for AOP Proxy configuration objects.
|
| DelegatingIntroductionInterceptor |
All subclasses need to do is extend this and
implement the interfaces to be introduced themselves.
|
| InvokerInterceptor |
Implementation of Interceptor interface that
invokes a local target object using reflection.
|
| MethodInvocationImpl |
Spring implementation of AOP Alliance MethodInvocation interface |
| ProxyFactory |
Factory for AOP proxies for programmatic use, rather
than via a bean factory.
|
| ProxyFactoryBean |
FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
|
Package containing Spring's basic AOP infrastructure,
compliant with the AOP Alliance interfaces.