getComponentInstantiationListeners().add(new SpringComponentInjector(this));
Only Wicket {@link Component}s and {@link Behavior}s are automatically injected, other classes such as {@link Session}, {@link Model}, and any other POJO can be injected by calling Injector.get().inject(this)
in their constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|