org.springframework.aop.framework
Class DefaultAopProxyFactory.CglibProxyFactory

java.lang.Object
  extended by org.springframework.aop.framework.DefaultAopProxyFactory.CglibProxyFactory
Enclosing class:
DefaultAopProxyFactory

private static class DefaultAopProxyFactory.CglibProxyFactory
extends java.lang.Object

Inner factory class used to just introduce a CGLIB2 dependency when actually creating a CGLIB proxy.


Constructor Summary
private DefaultAopProxyFactory.CglibProxyFactory()
           
 
Method Summary
static AopProxy createCglibProxy(AdvisedSupport advisedSupport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAopProxyFactory.CglibProxyFactory

private DefaultAopProxyFactory.CglibProxyFactory()
Method Detail

createCglibProxy

public static AopProxy createCglibProxy(AdvisedSupport advisedSupport)