Uses of Package
net.sf.cglib.proxy

Packages that use net.sf.cglib.proxy
net.sf.cglib.proxy   
 

Classes in net.sf.cglib.proxy used by net.sf.cglib.proxy
Callback
          All callback interfaces used by Enhancer extend this interface.
CallbackFilter
          Map methods of subclasses generated by Enhancer to a particular callback.
InvocationHandler
          InvocationHandler replacement (unavailable under JDK 1.2).
MethodProxy
          Classes generated by Enhancer pass this object to the registered MethodInterceptor objects when an intercepted method is invoked.
Mixin
          Mixin allows multiple objects to be combined into a single larger object.
NoOp
          Methods using this Enhancer callback will delegate directly to the default (super) implementation in the base class.
 



Copyright © 2002-2003 cglib. All Rights Reserved.