public class CurationApp
extends org.apache.wicket.protocol.http.WebApplication
Modifier and Type | Field and Description |
---|---|
static String |
CURATOR_HOMEPAGE |
static String |
CURATOR_SKIN |
static String |
PROJECT_DISPLAY_NAME |
static String |
SSO_IMPL_CLASS |
Constructor and Description |
---|
CurationApp() |
Modifier and Type | Method and Description |
---|---|
Class<? extends org.apache.wicket.Page> |
getHomePage() |
String |
getHomePageClass() |
String |
getProjectName() |
String |
getSkin() |
String |
getSSOImplClass() |
protected void |
init() |
org.apache.wicket.Session |
newSession(org.apache.wicket.Request request,
org.apache.wicket.Response response) |
addIgnoreMountPath, get, getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycle, newRequestCycleProcessor, newSession, newSession, newSessionStore, newWebRequest, newWebResponse, outputDevelopmentModeWarning, sessionDestroyed, setApplicationKey, setWicketFilter, unmount
addComponentInitializationListener, addComponentInstantiationListener, addComponentOnAfterRenderListener, addPostComponentOnBeforeRenderListener, addPreComponentOnBeforeRenderListener, addRenderHeadListener, configure, decorateHeaderResponse, destroy, exists, fireComponentInitializationListeners, get, getApplicationKeys, getApplicationSettings, getConverterLocator, getDebugSettings, getExceptionSettings, getFrameworkSettings, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleFactory, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceSettings, getSecuritySettings, getSessionFactory, getSessionSettings, getSessionStore, getSharedResources, initializeComponents, newConverterLocator, newRequestCycle, newRequestLogger, notifyRenderHeadListener, onDestroy, removeComponentInstantiationListener, removeComponentOnAfterRenderListener, removePostComponentOnBeforeRenderListener, removePreComponentOnBeforeRenderListener, removeRenderHeadListener, set, setHeaderResponseDecorator, setMetaData, unset
public static final String PROJECT_DISPLAY_NAME
public static final String SSO_IMPL_CLASS
public static final String CURATOR_HOMEPAGE
public static final String CURATOR_SKIN
protected void init()
init
in class org.apache.wicket.protocol.http.WebApplication
public Class<? extends org.apache.wicket.Page> getHomePage()
getHomePage
in class org.apache.wicket.Application
public String getHomePageClass()
public String getProjectName()
public String getSSOImplClass()
public String getSkin()
public org.apache.wicket.Session newSession(org.apache.wicket.Request request, org.apache.wicket.Response response)
newSession
in class org.apache.wicket.protocol.http.WebApplication
Copyright © 1999–2017 Apache OODT. All rights reserved.