|
|||||||||
| Home >> All >> org >> springframework >> aop >> [ framework overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.aop.framework
| Interface Summary | |
| Advised | Interface to be implemented by classes that hold the configuration of a factory of AOP proxies. |
| AdvisedSupportListener | Listener to be registered on AdvisedSupport objects. |
| AdvisorChainFactory | Factory for advisor chains. |
| AopProxy | Strategy interface for proxy creation. |
| AopProxyFactory | Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects. |
| Class Summary | |
| AdvisedSupport | Superclass for AOP proxy configuration managers. |
| AdvisorChainFactoryUtils | Utility methods for use by AdviceChainFactory implementations. |
| AopContext | Class containing static methods used to obtain information about the current AOP invocation. |
| AopProxyUtils | Miscellaneous utilities for AOP proxy implementations. |
| Cglib2AopProxy | CGLIB2-based AopProxy implementation for the Spring AOP framework. |
| Cglib2AopProxy.CglibMethodInvocation | Implementation of AOP Alliance MethodInvocation used by this AOP proxy. |
| Cglib2AopProxy.CglibUtils | |
| Cglib2AopProxy.EqualsInterceptor | Dispatcher for the equals() method. |
| Cglib2AopProxy.FixedChainStaticTargetInterceptor | Interceptor used specifcally for advised methods on a frozen, static proxy. |
| Cglib2AopProxy.SerializableNoOp | Serializable replacement for CGLIB's NoOp interface. |
| Cglib2AopProxy.StaticDispatcher | Dispatcher for a static target. |
| Cglib2AopProxy.StaticUnadvisedExposedInterceptor | Method interceptor used for static targets with no advice chain, when the proxy is to be exposed. |
| Cglib2AopProxy.StaticUnadvisedInterceptor | Method interceptor used for static targets with no advice chain. |
| DefaultAopProxyFactory | Simple implementation of AopProxyFactory, either creating a CGLIB proxy or a JDK dynamic proxy. |
| DefaultAopProxyFactory.CglibProxyFactory | Inner class to just introduce a CGLIB2 dependency when actually creating a CGLIB proxy. |
| HashMapCachingAdvisorChainFactory | AdvisorChainFactory implementation that caches by method. |
| InterceptorAndDynamicMethodMatcher | Internal framework class. |
| JdkDynamicAopProxy | InvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies. |
| ProxyConfig | Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties. |
| 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. |
| ProxyFactoryBean.PrototypePlaceholderAdvisor | Used in the interceptor chain where we need to replace a bean with a prototype on creating a proxy. |
| ReflectiveMethodInvocation | Spring's implementation of AOP Alliance MethodInvocation interface. |
| Exception Summary | |
| AopConfigException | Exception that gets thrown on illegal AOP configuration arguments. |
|
|||||||||
| Home >> All >> org >> springframework >> aop >> [ framework overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||