|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFieldValueFactory | |
|---|---|
| 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. |
| Uses of IFieldValueFactory in org.apache.wicket.guice |
|---|
| Classes in org.apache.wicket.guice that implement IFieldValueFactory | |
|---|---|
class |
GuiceFieldValueFactory
|
| Uses of IFieldValueFactory in org.apache.wicket.injection |
|---|
| Classes in org.apache.wicket.injection that implement IFieldValueFactory | |
|---|---|
class |
CompoundFieldValueFactory
Compound implementation of IFieldValueFactory. |
class |
NoopFieldValueFactory
Implementation of field value factory that ignores all fields |
| Methods in org.apache.wicket.injection with parameters of type IFieldValueFactory | |
|---|---|
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. |
| Constructors in org.apache.wicket.injection with parameters of type IFieldValueFactory | |
|---|---|
CompoundFieldValueFactory(IFieldValueFactory[] factories)
Constructor |
|
CompoundFieldValueFactory(IFieldValueFactory f1,
IFieldValueFactory f2)
Constructor |
|
| Constructor parameters in org.apache.wicket.injection with type arguments of type IFieldValueFactory | |
|---|---|
CompoundFieldValueFactory(List<IFieldValueFactory> factories)
Constructor |
|
| Uses of IFieldValueFactory in org.apache.wicket.spring.injection.annot |
|---|
| Classes in org.apache.wicket.spring.injection.annot that implement IFieldValueFactory | |
|---|---|
class |
AnnotProxyFieldValueFactory
IFieldValueFactory that uses LazyInitProxyFactory to create proxies for Spring
dependencies based on the SpringBean annotation applied to a field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||