Class | Description |
---|---|
ContainerFactory |
A container factory that produces an instance aka override any base level implementation of a Container/Panel.
|
SpringConfiguredContainerFactory |
Based on the class name of the Panel being injected, and optionally its parent
One can obtain an instance of it by: private SpringConfiguredContainerFactory factory = AppSettings.get().WICKET_CONTAINER_FACTORY; or
private SpringConfiguredContainerFactory factory = AppSettings.get()springContext.getBean(SpringConfiguredContainerFactory.class);
Uses the SpringConfiguredContainerFactory.deriveId(MarkupContainer) ; to determine the name in the Spring configs (properties). |
WicketBasicSessionAdapter<S extends BasicSession<U,?>,U extends User> |
A wicket implementation for the
UserSessionAdapter |
Copyright © 2018. All rights reserved.