A B C G I L N O S T W 

A

addFactory(IFieldValueFactory) - Method in class org.apache.wicket.injection.CompoundFieldValueFactory
Adds a factory to the compound factory

B

bind(Application) - Method in class org.apache.wicket.injection.Injector
Binds current instance of the injector to the Application.

C

CompoundFieldValueFactory - Class in org.apache.wicket.injection
Compound implementation of IFieldValueFactory.
CompoundFieldValueFactory(IFieldValueFactory[]) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
Constructor
CompoundFieldValueFactory(List<IFieldValueFactory>) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
Constructor
CompoundFieldValueFactory(IFieldValueFactory, IFieldValueFactory) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
Constructor
createProxy(Class<?>, IProxyTargetLocator) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Create a lazy init proxy for the specified type.
createProxy(Class<?>, IProxyTargetLocator, NamingPolicy) - Static method in class org.apache.wicket.proxy.objenesis.ObjenesisProxyFactory
 

G

get() - Static method in class org.apache.wicket.injection.Injector
 
getClassName(String, String, Object, Predicate) - Method in class org.apache.wicket.proxy.LazyInitProxyFactory.WicketNamingPolicy
 
getFieldValue(Field, Object) - Method in class org.apache.wicket.injection.CompoundFieldValueFactory
 
getFieldValue(Field, Object) - Method in interface org.apache.wicket.injection.IFieldValueFactory
Returns the value the field will be set to
getFieldValue(Field, Object) - Method in class org.apache.wicket.injection.NoopFieldValueFactory
 
getObjectLocator() - Method in interface org.apache.wicket.proxy.ILazyInitProxy
 
getObjectLocator() - Method in class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
 

I

IFieldValueFactory - Interface in org.apache.wicket.injection
Factory object used by injector to generate values for fields of the object being injected.
ILazyInitProxy - Interface in org.apache.wicket.proxy
Interface the lazy init proxies implement to make identification of the proxy and retrival of IProxyTargetLocator possible.
inject(Object) - Method in class org.apache.wicket.injection.Injector
Injects the specified object.
inject(Object, IFieldValueFactory) - Method in class org.apache.wicket.injection.Injector
traverse fields in the class hierarchy of the object and set their value with a locator provided by the locator factory.
Injector - Class in org.apache.wicket.injection
Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
Injector() - Constructor for class org.apache.wicket.injection.Injector
 
INSTANCE - Static variable in class org.apache.wicket.proxy.LazyInitProxyFactory.WicketNamingPolicy
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
 
IProxyTargetLocator - Interface in org.apache.wicket.proxy
Represents a service locator for lazy init proxies.
isEqualsMethod(Method) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Checks if the method is derived from Object.equals()
isFinalizeMethod(Method) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Checks if the method is derived from Object.finalize()
isHashCodeMethod(Method) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Checks if the method is derived from Object.hashCode()
isToStringMethod(Method) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Checks if the method is derived from Object.toString()
isWriteReplaceMethod(Method) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
Checks if the method is the writeReplace method

L

LazyInitProxyFactory - Class in org.apache.wicket.proxy
A factory class that creates lazy init proxies given a type and a IProxyTargetLocator used to retrieve the object the proxy will represent.
LazyInitProxyFactory() - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory
 
LazyInitProxyFactory.AbstractCGLibInterceptor - Class in org.apache.wicket.proxy
Method interceptor for proxies representing concrete object not backed by an interface.
LazyInitProxyFactory.AbstractCGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
Constructor
LazyInitProxyFactory.CGLibInterceptor - Class in org.apache.wicket.proxy
Method interceptor for proxies representing concrete object not backed by an interface.
LazyInitProxyFactory.CGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.CGLibInterceptor
 
LazyInitProxyFactory.IWriteReplace - Interface in org.apache.wicket.proxy
This interface is used to make the proxy forward writeReplace() call to the handler instead of invoking it on itself.
LazyInitProxyFactory.SerializableNoOpCallback - Class in org.apache.wicket.proxy
Serializable implementation of the NoOp callback.
LazyInitProxyFactory.SerializableNoOpCallback() - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.SerializableNoOpCallback
 
LazyInitProxyFactory.WicketNamingPolicy - Class in org.apache.wicket.proxy
 
locateProxyTarget() - Method in interface org.apache.wicket.proxy.IProxyTargetLocator
Returns the object that will be used as target object for a lazy init proxy.
locator - Variable in class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
 

N

NoopFieldValueFactory - Class in org.apache.wicket.injection
Implementation of field value factory that ignores all fields
NoopFieldValueFactory() - Constructor for class org.apache.wicket.injection.NoopFieldValueFactory
 

O

ObjenesisCGLibInterceptor - Class in org.apache.wicket.proxy.objenesis
Method interceptor for proxies representing concrete object not backed by an interface.
ObjenesisCGLibInterceptor(Class<?>, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.objenesis.ObjenesisCGLibInterceptor
 
ObjenesisProxyFactory - Class in org.apache.wicket.proxy.objenesis
 
ObjenesisProxyFactory() - Constructor for class org.apache.wicket.proxy.objenesis.ObjenesisProxyFactory
 
org.apache.wicket.injection - package org.apache.wicket.injection
 
org.apache.wicket.proxy - package org.apache.wicket.proxy
 
org.apache.wicket.proxy.objenesis - package org.apache.wicket.proxy.objenesis
 

S

supportsField(Field) - Method in class org.apache.wicket.injection.CompoundFieldValueFactory
 
supportsField(Field) - Method in interface org.apache.wicket.injection.IFieldValueFactory
Returns true if the factory can generate a value for the field, false otherwise.
supportsField(Field) - Method in class org.apache.wicket.injection.NoopFieldValueFactory
 

T

typeName - Variable in class org.apache.wicket.proxy.LazyInitProxyFactory.AbstractCGLibInterceptor
 

W

writeReplace() - Method in class org.apache.wicket.proxy.LazyInitProxyFactory.CGLibInterceptor
 
writeReplace() - Method in interface org.apache.wicket.proxy.LazyInitProxyFactory.IWriteReplace
write replace method as defined by Serializable
writeReplace() - Method in class org.apache.wicket.proxy.objenesis.ObjenesisCGLibInterceptor
 
A B C G I L N O S T W 

Copyright © 2006–2015 Apache Software Foundation. All rights reserved.