Uses of Package
org.apache.wicket.injection
Packages that use org.apache.wicket.injection
-
Classes in org.apache.wicket.injection used by org.apache.wicket.injectionClassDescriptionFactory object used by injector to generate values for fields of the object being injected.Injector scans fields of an object instance and checks if the specified
IFieldValueFactorycan provide a value for a field; if it can, the field is set to that value.