Uses of Interface
org.apache.wicket.proxy.IProxyTargetLocator
-
Packages that use IProxyTargetLocator Package Description org.apache.wicket.proxy org.apache.wicket.proxy.objenesis -
-
Uses of IProxyTargetLocator in org.apache.wicket.proxy
Fields in org.apache.wicket.proxy declared as IProxyTargetLocator Modifier and Type Field Description protected IProxyTargetLocatorLazyInitProxyFactory.AbstractCGLibInterceptor. locatorDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.wicket.proxy that return IProxyTargetLocator Modifier and Type Method Description IProxyTargetLocatorILazyInitProxy. getObjectLocator()IProxyTargetLocatorLazyInitProxyFactory.AbstractCGLibInterceptor. getObjectLocator()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.wicket.proxy with parameters of type IProxyTargetLocator Modifier and Type Method Description <T> TIProxyFactory. createProxy(Class<T> type, IProxyTargetLocator locator)Create a proxy.static <T> TLazyInitProxyFactory. createProxy(Class<T> type, IProxyTargetLocator locator)Create a lazy init proxy for the specified type.Constructors in org.apache.wicket.proxy with parameters of type IProxyTargetLocator Constructor Description AbstractCGLibInterceptor(Class<?> type, IProxyTargetLocator locator)Deprecated, for removal: This API element is subject to removal in a future version.ConstructorCGLibInterceptor(Class<?> type, IProxyTargetLocator locator)ConstructorProxyReplacement(String type, IProxyTargetLocator locator)Constructor -
Uses of IProxyTargetLocator in org.apache.wicket.proxy.objenesis
Methods in org.apache.wicket.proxy.objenesis with parameters of type IProxyTargetLocator Modifier and Type Method Description static ObjectObjenesisProxyFactory. createProxy(Class<?> type, IProxyTargetLocator locator, net.sf.cglib.core.NamingPolicy namingPolicy)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.wicket.proxy.objenesis with parameters of type IProxyTargetLocator Constructor Description ObjenesisCGLibInterceptor(Class<?> type, IProxyTargetLocator locator)Deprecated, for removal: This API element is subject to removal in a future version.
-