public abstract class WicketBootstrap3Application
extends de.alpharogroup.wicket.base.application.seo.DisableJSessionIDinUrlApplication
| Modifier and Type | Field and Description |
|---|---|
static String |
FOOTER_FILTER_NAME |
| Constructor and Description |
|---|
WicketBootstrap3Application()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureBootstrap() |
protected void |
configureBootstrap(de.agilecoders.wicket.core.settings.ThemeProvider themeProvider) |
static WicketBootstrap3Application |
get()
Get Application for current thread.
|
abstract String |
getPackageToScan()
Gets the package to scan.
|
Properties |
getProperties()
Gets the properties.
|
void |
init()
Inits the.
|
protected String |
newDefaultTheme()
Factory method for set the default theme of the application.
|
protected de.agilecoders.wicket.core.settings.Theme |
newTheme() |
protected de.agilecoders.wicket.core.settings.ThemeProvider |
newThemeProvider() |
newWebResponsegetStartupDate, getUptime, newApplicationDataStore, newHttpPort, newHttpsPort, onApplicationConfigurations, onBeforeApplicationConfigurations, onDeploymentModeSettings, onDevelopmentModeSettings, onGlobalSettingsaddResourceReplacement, addResourceReplacement, getAjaxRequestTargetListeners, getAjaxRequestTargetProvider, getAndRemoveBufferedResponse, getApplicationKey, getConfigurationType, getFilterFactoryManager, getInitParameter, getMimeType, getServletContext, getSessionAttributePrefix, getUpdateAutoLabelsOnAjaxRequests, getWicketFilter, hasBufferedResponse, hasFilterFactoryManager, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mountPackage, mountPage, mountResource, newAjaxRequestTarget, newSession, newWebRequest, outputDevelopmentModeWarning, renderXmlDecl, sessionUnbound, setAjaxRequestTargetProvider, setConfigurationType, setServletContext, setWicketFilter, storeBufferedResponse, unmountconfigure, createRequestCycle, decorateHeaderResponse, exists, fetchCreateAndSetSession, get, getApplicationKeys, getApplicationListeners, getApplicationSettings, getBehaviorInstantiationListeners, getComponentInitializationListeners, getComponentInstantiationListeners, getComponentOnAfterRenderListeners, getComponentOnConfigureListeners, getComponentPostOnBeforeRenderListeners, getComponentPreOnBeforeRenderListeners, getConverterLocator, getDebugSettings, getExceptionMapperProvider, getExceptionSettings, getFrameworkSettings, getHeaderContributorListenerCollection, getHomePage, getInitializers, getJavaScriptLibrarySettings, getMapperContext, getMarkupIdGenerator, getMarkupSettings, getMetaData, getName, getPageFactory, getPageManagerContext, getPageManagerProvider, getPageRendererProvider, getPageSettings, getRequestCycleListeners, getRequestCycleProvider, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceBundles, getResourceReferenceRegistry, getResourceSettings, getRootRequestMapper, getRootRequestMapperAsCompound, getSecuritySettings, getSessionListeners, getSessionStore, getSessionStoreProvider, getSharedResources, getStoreSettings, initApplication, initializeComponents, newConverterLocator, newMapperContext, newPageFactory, newRequestLogger, newResourceBundles, newResourceReferenceRegistry, newSharedResources, onDestroy, onEvent, setApplicationSettings, setDebugSettings, setExceptionSettings, setFrameworkSettings, setHeaderResponseDecorator, setJavaScriptLibrarySettings, setMarkupIdGenerator, setMarkupSettings, setMetaData, setName, setPageManagerProvider, setPageRendererProvider, setPageSettings, setRequestCycleProvider, setRequestCycleSettings, setRequestLoggerSettings, setResourceSettings, setRootRequestMapper, setSecuritySettings, setSessionStoreProvider, setStoreSettings, usesDeploymentConfig, usesDevelopmentConfig, validateInitpublic static final String FOOTER_FILTER_NAME
public static WicketBootstrap3Application get()
public void init()
init in class de.alpharogroup.wicket.base.application.BaseWebApplicationApplication.init()public abstract String getPackageToScan()
protected void configureBootstrap()
protected void configureBootstrap(de.agilecoders.wicket.core.settings.ThemeProvider themeProvider)
protected de.agilecoders.wicket.core.settings.Theme newTheme()
protected de.agilecoders.wicket.core.settings.ThemeProvider newThemeProvider()
protected String newDefaultTheme()
WicketBootstrapApplication.configureBootstrap()
method and can be overridden from the derived classes so users can
provide their own version of the default theme of the application.public Properties getProperties()
Copyright © 2015. All rights reserved.