Uses of Interface
org.apache.wicket.injection.IFieldValueFactory

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
 

Methods in org.apache.wicket.guice that return IFieldValueFactory
protected  IFieldValueFactory GuiceComponentInjector.getFieldValueFactory()
           
 

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 that return IFieldValueFactory
protected abstract  IFieldValueFactory ConfigurableInjector.getFieldValueFactory()
          Return the field value factory that will be used to inject objects
 

Methods in org.apache.wicket.injection with parameters of type IFieldValueFactory
 void CompoundFieldValueFactory.addFactory(IFieldValueFactory factory)
          Adds a factory to the compound factory
 Object 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.
 

Methods in org.apache.wicket.spring.injection.annot that return IFieldValueFactory
protected  IFieldValueFactory AnnotSpringInjector.getFieldValueFactory()
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.