public abstract class WaspWebApplication extends org.apache.wicket.protocol.http.WebApplication implements WaspApplication
| Constructor and Description |
|---|
WaspWebApplication()
creates a new secure webapplication.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
Initializes the actionfactory and the strategyfactory.
|
org.apache.wicket.Session |
newSession(org.apache.wicket.request.Request request,
org.apache.wicket.request.Response response)
Creates a new WaspSession.
|
protected void |
onDestroy()
Destroys the strategy factory and the action factory.
|
protected abstract void |
setupActionFactory()
Called by the
init(). |
protected abstract void |
setupStrategyFactory()
Called by the
init(). |
addResourceReplacement, addResourceReplacement, get, getAjaxRequestTargetListeners, getAjaxRequestTargetProvider, getAndRemoveBufferedResponse, getApplicationKey, getConfigurationType, getFilterFactoryManager, getInitParameter, getMimeType, getServletContext, getSessionAttributePrefix, getUpdateAutoLabelsOnAjaxRequests, getWicketFilter, hasBufferedResponse, hasFilterFactoryManager, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mountPackage, mountPage, mountResource, newAjaxRequestTarget, newWebRequest, newWebResponse, 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, getHeaderContributorListeners, getHomePage, getInitializers, getJavaScriptLibrarySettings, getMapperContext, 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, onEvent, setApplicationSettings, setDebugSettings, setExceptionSettings, setFrameworkSettings, setHeaderResponseDecorator, setJavaScriptLibrarySettings, setMarkupSettings, setMetaData, setName, setPageManagerProvider, setPageRendererProvider, setPageSettings, setRequestCycleProvider, setRequestCycleSettings, setRequestLoggerSettings, setResourceSettings, setRootRequestMapper, setSecuritySettings, setSessionStoreProvider, setStoreSettings, usesDeploymentConfig, usesDevelopmentConfig, validateInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionFactory, getLoginPage, getStrategyFactorypublic WaspWebApplication()
protected void init()
init in class org.apache.wicket.protocol.http.WebApplicationWebApplication.init()public org.apache.wicket.Session newSession(org.apache.wicket.request.Request request,
org.apache.wicket.request.Response response)
WaspSession.newSession in class org.apache.wicket.protocol.http.WebApplicationprotected abstract void setupStrategyFactory()
init(). use this to create and initialize your
factory. The factory created here should be returned when calling
WaspApplication.getStrategyFactory().WaspApplication.getStrategyFactory()protected abstract void setupActionFactory()
init(). use this to create and initialize your
factory. The factory created here should be returned when calling
WaspApplication.getActionFactory().WaspApplication.getActionFactory()protected void onDestroy()
onDestroy in class org.apache.wicket.ApplicationApplication.onDestroy()Copyright © 2015. All rights reserved.