Uses of Interface
net.sf.cglib.CallbackFilter

Packages that use CallbackFilter
net.sf.cglib   
 

Uses of CallbackFilter in net.sf.cglib
 

Classes in net.sf.cglib that implement CallbackFilter
 class SimpleFilter
          A CallbackFilter that returns the same type for every method.
 

Methods in net.sf.cglib with parameters of type CallbackFilter
 void Enhancer.setCallbackFilter(CallbackFilter filter)
          Set the CallbackFilter used to map the generated class' methods to a particular callback type.
static Factory Enhancer.create(java.lang.Class superclass, java.lang.Class[] interfaces, CallbackFilter filter, Callbacks callbacks)
          Helper method to create an intercepted object.
 



Copyright © 2002-2003 cglib. All Rights Reserved.