All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.wicket.spring.injection.annot.package.html Maven / Gradle / Ivy

Go to download

Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.

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