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. locatorMethods in org.apache.wicket.proxy that return IProxyTargetLocator Modifier and Type Method Description IProxyTargetLocatorILazyInitProxy. getObjectLocator()IProxyTargetLocatorLazyInitProxyFactory.AbstractCGLibInterceptor. getObjectLocator()Methods in org.apache.wicket.proxy with parameters of type IProxyTargetLocator Modifier and Type Method Description static java.lang.ObjectLazyInitProxyFactory. createProxy(java.lang.Class<?> 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(java.lang.Class<?> type, IProxyTargetLocator locator)ConstructorCGLibInterceptor(java.lang.Class<?> type, IProxyTargetLocator locator) -
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 java.lang.ObjectObjenesisProxyFactory. createProxy(java.lang.Class<?> type, IProxyTargetLocator locator, net.sf.cglib.core.NamingPolicy namingPolicy)Constructors in org.apache.wicket.proxy.objenesis with parameters of type IProxyTargetLocator Constructor Description ObjenesisCGLibInterceptor(java.lang.Class<?> type, IProxyTargetLocator locator)
-