Package | Description |
---|---|
org.apache.wicket.guice | |
org.apache.wicket.injection | |
org.apache.wicket.spring.injection.annot |
This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceFieldValueFactory |
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
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotProxyFieldValueFactory
IFieldValueFactory that uses LazyInitProxyFactory to create proxies for Spring
dependencies based on the SpringBean annotation applied to a field. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.