|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
org.apache.wicket.spring.SpringWebApplication
when using java5 it is preferrable to use SpringBean annotations for
injection rather then this spring-specific application subclass with its helpers. To
setup SpringBean add the following line to your WebApplication
subclass init method
getComponentInstantiationListeners().add(new SpringComponentInjector(this)); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |