Package org.apache.wicket.proxy
Class LazyInitProxyFactory.CGLibInterceptor
- java.lang.Object
-
- org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
-
- org.apache.wicket.proxy.LazyInitProxyFactory.CGLibInterceptor
-
- All Implemented Interfaces:
Serializable
,net.sf.cglib.proxy.Callback
,net.sf.cglib.proxy.MethodInterceptor
,ILazyInitProxy
,LazyInitProxyFactory.IWriteReplace
,IClusterable
- Enclosing class:
- LazyInitProxyFactory
public static class LazyInitProxyFactory.CGLibInterceptor extends LazyInitProxyFactory.AbstractCGLibInterceptor
Method interceptor for proxies representing concrete object not backed by an interface. These proxies are represented by cglib proxies.- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
locator, typeName
-
-
Constructor Summary
Constructors Constructor Description CGLibInterceptor(Class<?> type, IProxyTargetLocator locator)
Constructor
-
-
-
Constructor Detail
-
CGLibInterceptor
public CGLibInterceptor(Class<?> type, IProxyTargetLocator locator)
Constructor- Parameters:
type
- class of the object this proxy was created forlocator
- object locator used to locate the object this proxy represents
-
-