| Package | Description |
|---|---|
| org.apache.wicket.proxy | |
| org.apache.wicket.proxy.objenesis |
| Modifier and Type | Field and Description |
|---|---|
protected IProxyTargetLocator |
LazyInitProxyFactory.AbstractCGLibInterceptor.locator |
| Modifier and Type | Method and Description |
|---|---|
IProxyTargetLocator |
LazyInitProxyFactory.AbstractCGLibInterceptor.getObjectLocator() |
IProxyTargetLocator |
ILazyInitProxy.getObjectLocator() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
LazyInitProxyFactory.createProxy(Class<?> type,
IProxyTargetLocator locator)
Create a lazy init proxy for the specified type.
|
| Constructor and Description |
|---|
LazyInitProxyFactory.AbstractCGLibInterceptor(Class<?> type,
IProxyTargetLocator locator)
Constructor
|
LazyInitProxyFactory.CGLibInterceptor(Class<?> type,
IProxyTargetLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjenesisProxyFactory.createProxy(Class<?> type,
IProxyTargetLocator locator,
net.sf.cglib.core.NamingPolicy namingPolicy) |
| Constructor and Description |
|---|
ObjenesisCGLibInterceptor(Class<?> type,
IProxyTargetLocator locator) |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.