Uses of Package
net.sf.cglib

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

Classes in net.sf.cglib used by net.sf.cglib
Callback
          All callback interfaces used by Enhancer extend this interface.
CallbackFilter
          Map methods of subclasses generated by Enhancer to a callback type.
Callbacks
          Provides a method to map from callback types (as defined per-method by a CallbackFilter) to a particular Callback implementation.
Factory
          All enhanced instances returned by the Enhancer class implement this interface.
InvocationHandler
          java.lang.reflect.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.
 



Copyright © 2002-2003 cglib. All Rights Reserved.