Uses of Package
net.sf.cglib.proxy
-
Packages that use net.sf.cglib.proxy Package Description net.sf.cglib.proxy net.sf.cglib.samples -
Classes in net.sf.cglib.proxy used by net.sf.cglib.proxy Class Description Callback All callback interfaces used byEnhancer
extend this interface.CallbackFilter Map methods of subclasses generated byEnhancer
to a particular callback.InvocationHandler InvocationHandler
replacement (unavailable under JDK 1.2).MethodProxy Classes generated byEnhancer
pass this object to the registeredMethodInterceptor
objects when an intercepted method is invoked.Mixin Mixin
allows multiple objects to be combined into a single larger object.NoOp Methods using thisEnhancer
callback will delegate directly to the default (super) implementation in the base class. -
Classes in net.sf.cglib.proxy used by net.sf.cglib.samples Class Description Callback All callback interfaces used byEnhancer
extend this interface.MethodInterceptor General-purposeEnhancer
callback which provides for "around advice".MethodProxy Classes generated byEnhancer
pass this object to the registeredMethodInterceptor
objects when an intercepted method is invoked.