Index
All Classes and Interfaces|All Packages|Serialized Form
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(List<IFieldValueFactory>) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundFieldValueFactory(IFieldValueFactory[]) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- CompoundFieldValueFactory(IFieldValueFactory, IFieldValueFactory) - Constructor for class org.apache.wicket.injection.CompoundFieldValueFactory
-
Constructor
- createProxy(Class<T>, IProxyTargetLocator) - Method in interface org.apache.wicket.proxy.IProxyFactory
-
Create a proxy.
- createProxy(Class<T>, IProxyTargetLocator) - Static method in class org.apache.wicket.proxy.LazyInitProxyFactory
-
Create a lazy init proxy for the specified type.
G
- get() - Static method in class org.apache.wicket.injection.Injector
- 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
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
IProxyTargetLocatorpossible. - 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
IFieldValueFactorycan 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
- IProxyFactory - Interface in org.apache.wicket.proxy
-
A factory of proxies.
- 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
IProxyTargetLocatorused to retrieve the object the proxy will represent. - LazyInitProxyFactory() - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory
- 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.ProxyReplacement - Class in org.apache.wicket.proxy
-
Object that replaces the proxy when it is serialized.
- locateProxyTarget() - Method in interface org.apache.wicket.proxy.IProxyTargetLocator
-
Returns the object that will be used as target object for a lazy init proxy.
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
- org.apache.wicket.injection - package org.apache.wicket.injection
- org.apache.wicket.ioc - module org.apache.wicket.ioc
- org.apache.wicket.proxy - package org.apache.wicket.proxy
P
- ProxyReplacement(String, IProxyTargetLocator) - Constructor for class org.apache.wicket.proxy.LazyInitProxyFactory.ProxyReplacement
-
Constructor
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
W
- writeReplace() - Method in interface org.apache.wicket.proxy.LazyInitProxyFactory.IWriteReplace
-
write replace method as defined by Serializable
All Classes and Interfaces|All Packages|Serialized Form