Uses of Class
org.apache.wicket.injection.Injector
-
Packages that use Injector 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 Injector in org.apache.wicket.guice
Subclasses of Injector in org.apache.wicket.guice Modifier and Type Class Description class
GuiceComponentInjector
Injects field members of components and behaviors using Guice. -
Uses of Injector in org.apache.wicket.injection
Methods in org.apache.wicket.injection that return Injector Modifier and Type Method Description static Injector
Injector. get()
-
Uses of Injector in org.apache.wicket.spring.injection.annot
Subclasses of Injector in org.apache.wicket.spring.injection.annot Modifier and Type Class Description class
SpringComponentInjector
IComponentInstantiationListener
that injects component and behavior properties annotated withSpringBean
annotations.
-