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

Quick Search    Search Deep

org.springframework.aop.framework
Class DefaultAopProxyFactory.CglibProxyFactory  view DefaultAopProxyFactory.CglibProxyFactory download DefaultAopProxyFactory.CglibProxyFactory.java

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

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

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


Constructor Summary
private DefaultAopProxyFactory.CglibProxyFactory()
           
 
Method Summary
private 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

private static AopProxy createCglibProxy(AdvisedSupport advisedSupport)