Uses of Interface
net.sf.cglib.proxy.CallbackFilter

Packages that use CallbackFilter
net.sf.cglib.proxy   
 

Uses of CallbackFilter in net.sf.cglib.proxy
 

Fields in net.sf.cglib.proxy declared as CallbackFilter
static CallbackFilter CallbackFilter.ALL_ZERO
           
 

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



Copyright © 2002-2003 cglib. All Rights Reserved.