Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.springframework.aop.framework

Classes in org.springframework.aop.framework used by org.springframework.aop.framework
Advised
          Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport
          Superclass for AOP proxy configuration managers.
AdvisedSupportListener
          Listener to be registered on AdvisedSupport objects.
AdvisorChainFactory
          Factory for advisor chains.
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
AopProxy
          Strategy interface for proxy creation.
AopProxyFactory
          Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects.
Cglib2AopProxy.AdvisedDispatcher
          Dispatcher for any methods declared on the Advised class.
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ReflectiveMethodInvocation
          Spring's implementation of AOP Alliance MethodInvocation interface.