Uses of Interface
org.apache.wicket.proxy.IProxyTargetLocator
-
Packages that use IProxyTargetLocator Package Description org.apache.wicket.proxy org.apache.wicket.proxy.objenesis org.apache.wicket.spring -
-
Uses of IProxyTargetLocator in org.apache.wicket.proxy
Fields in org.apache.wicket.proxy declared as IProxyTargetLocator Modifier and Type Field Description protected IProxyTargetLocator
LazyInitProxyFactory.AbstractCGLibInterceptor. locator
Deprecated, 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 IProxyTargetLocator
ILazyInitProxy. getObjectLocator()
IProxyTargetLocator
LazyInitProxyFactory.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> T
IProxyFactory. createProxy(Class<T> type, IProxyTargetLocator locator)
Create a proxy.static <T> T
LazyInitProxyFactory. 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 Object
ObjenesisProxyFactory. 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. -
Uses of IProxyTargetLocator in org.apache.wicket.spring
Classes in org.apache.wicket.spring that implement IProxyTargetLocator Modifier and Type Class Description class
SpringBeanLocator
Implementation ofIProxyTargetLocator
that can locate beans within a spring application context.
-