Package | Description |
---|---|
com.neurosys.site.wicket.service |
Modifier and Type | Class and Description |
---|---|
class |
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). |
Modifier and Type | Field and Description |
---|---|
protected static ContainerFactory |
ContainerFactory.instance |
Copyright © 2018. All rights reserved.