Package org.apache.wicket.injection
-
Interface Summary Interface Description IFieldValueFactory Factory object used by injector to generate values for fields of the object being injected. -
Class Summary Class Description CompoundFieldValueFactory Compound implementation of IFieldValueFactory.Injector Injector scans fields of an object instance and checks if the specifiedIFieldValueFactory
can provide a value for a field; if it can, the field is set to that value.NoopFieldValueFactory Implementation of field value factory that ignores all fields