
org.apache.wicket.spring.injection.annot.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-spring-annot Show documentation
Show all versions of wicket-spring-annot Show documentation
Spring integration in your Wicket web applications using annotations. Requires Java 5. See the examples project for usecases.
The newest version!
wicket.spring.injection.annot package
This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware.
To setup automatic injection of wicket components in your application subclass init() method call:
addComponentInstantiationListener(new SpringComponentInjector(this));
To inject any pojo call InjectorHolder.getInjector().inject(this)
in the pojo's constructor.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy