Package org.apache.wicket.proxy
Class LazyInitProxyFactory.ProxyReplacement
- java.lang.Object
-
- org.apache.wicket.proxy.LazyInitProxyFactory.ProxyReplacement
-
- All Implemented Interfaces:
Serializable
,IClusterable
- Enclosing class:
- LazyInitProxyFactory
public static class LazyInitProxyFactory.ProxyReplacement extends Object implements IClusterable
Object that replaces the proxy when it is serialized. Upon deserialization this object will create a new proxy with the same locator.- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
- Serialized Form
-
-
Constructor Detail
-
ProxyReplacement
public ProxyReplacement(String type, IProxyTargetLocator locator)
Constructor- Parameters:
type
-locator
-
-
-