Uses of Interface
org.apache.wicket.injection.IFieldValueFactory
-
Packages that use IFieldValueFactory 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. -
-
Uses of IFieldValueFactory in org.apache.wicket.guice
Classes in org.apache.wicket.guice that implement IFieldValueFactory Modifier and Type Class Description class
GuiceFieldValueFactory
-
Uses of IFieldValueFactory in org.apache.wicket.injection
Classes in org.apache.wicket.injection that implement IFieldValueFactory Modifier and Type Class Description class
CompoundFieldValueFactory
Compound implementation of IFieldValueFactory.class
NoopFieldValueFactory
Implementation of field value factory that ignores all fieldsMethods in org.apache.wicket.injection with parameters of type IFieldValueFactory Modifier and Type Method Description void
CompoundFieldValueFactory. addFactory(IFieldValueFactory factory)
Adds a factory to the compound factoryprotected 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 Constructor Description CompoundFieldValueFactory(IFieldValueFactory[] factories)
ConstructorCompoundFieldValueFactory(IFieldValueFactory f1, IFieldValueFactory f2)
ConstructorConstructor parameters in org.apache.wicket.injection with type arguments of type IFieldValueFactory Constructor Description 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 Modifier and Type Class Description class
AnnotProxyFieldValueFactory
IFieldValueFactory
that usesLazyInitProxyFactory
to create proxies for Spring dependencies based on theSpringBean
annotation applied to a field.
-