| Package | Description |
|---|---|
| org.apache.wicket.injection |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundFieldValueFactory
Compound implementation of IFieldValueFactory.
|
class |
NoopFieldValueFactory
Implementation of field value factory that ignores all fields
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundFieldValueFactory.addFactory(IFieldValueFactory factory)
Adds a factory to the compound factory
|
protected void |
Injector.inject(Object object,
IFieldValueFactory factory)
traverse fields in the class hierarchy of the object and set their value with a locator
provided by the locator factory.
|
| Constructor and Description |
|---|
CompoundFieldValueFactory(IFieldValueFactory[] factories)
Constructor
|
CompoundFieldValueFactory(IFieldValueFactory f1,
IFieldValueFactory f2)
Constructor
|
| Constructor and Description |
|---|
CompoundFieldValueFactory(List<IFieldValueFactory> factories)
Constructor
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.