|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.Application
org.apache.wicket.protocol.http.WebApplication
com.pmease.quickbuild.web.WicketConfig
public class WicketConfig
Field Summary |
---|
Fields inherited from class org.apache.wicket.Application |
---|
CONFIGURATION |
Constructor Summary | |
---|---|
WicketConfig()
|
Method Summary | |
---|---|
org.apache.wicket.RuntimeConfigurationType |
getConfigurationType()
|
org.apache.wicket.util.IProvider<org.apache.wicket.request.IExceptionMapper> |
getExceptionMapperProvider()
|
java.lang.Class<? extends org.apache.wicket.Page> |
getHomePage()
|
javax.servlet.ServletContext |
getServletContext()
|
void |
init()
|
org.apache.wicket.Session |
newSession(org.apache.wicket.request.Request request,
org.apache.wicket.request.Response response)
|
Methods inherited from class org.apache.wicket.protocol.http.WebApplication |
---|
addIgnoreMountPath, get, getAjaxRequestTargetListeners, getAjaxRequestTargetProvider, getAndRemoveBufferedResponse, getApplicationKey, getFilterFactoryManager, getInitParameter, getMimeType, getResourceFinder, getSessionAttributePrefix, getWicketFilter, hasBufferedResponse, hasFilterFactoryManager, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mountPackage, mountPage, mountResource, newAjaxRequestTarget, newWebRequest, newWebResponse, outputDevelopmentModeWarning, renderXmlDecl, sessionUnbound, setAjaxRequestTargetProvider, setServletContext, setWicketFilter, storeBufferedResponse, unmount |
Methods inherited from class org.apache.wicket.Application |
---|
configure, createRequestCycle, decorateHeaderResponse, exists, fetchCreateAndSetSession, get, getApplicationKeys, getApplicationSettings, getComponentInitializationListeners, getComponentInstantiationListeners, getComponentOnAfterRenderListeners, getComponentPostOnBeforeRenderListeners, getComponentPreOnBeforeRenderListeners, getConverterLocator, getDebugSettings, getExceptionSettings, getFrameworkSettings, getHeaderContributorListenerCollection, getMapperContext, getMarkupSettings, getMetaData, getName, getPageFactory, getPageManagerContext, getPageManagerProvider, getPageRendererProvider, getPageSettings, getRequestCycleListeners, getRequestCycleProvider, getRequestCycleSettings, getRequestLogger, getRequestLoggerSettings, getResourceReferenceRegistry, getResourceSettings, getRootRequestMapper, getRootRequestMapperAsCompound, getSecuritySettings, getSessionSettings, getSessionStore, getSessionStoreProvider, getSharedResources, getStoreSettings, initApplication, initializeComponents, newConverterLocator, newMapperContext, newPageFactory, newRequestLogger, newResourceReferenceRegistry, newSharedResources, onDestroy, onEvent, setApplicationSettings, setDebugSettings, setExceptionSettings, setFrameworkSettings, setHeaderResponseDecorator, setMarkupSettings, setMetaData, setName, setPageManagerProvider, setPageRendererProvider, setPageSettings, setRequestCycleProvider, setRequestCycleSettings, setRequestLoggerSettings, setResourceSettings, setRootRequestMapper, setSecuritySettings, setSessionSettings, setSessionStoreProvider, setStoreSettings, usesDeploymentConfig, usesDevelopmentConfig, validateInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WicketConfig()
Method Detail |
---|
public javax.servlet.ServletContext getServletContext()
getServletContext
in class org.apache.wicket.protocol.http.WebApplication
public java.lang.Class<? extends org.apache.wicket.Page> getHomePage()
getHomePage
in class org.apache.wicket.Application
public org.apache.wicket.RuntimeConfigurationType getConfigurationType()
getConfigurationType
in class org.apache.wicket.protocol.http.WebApplication
public org.apache.wicket.Session newSession(org.apache.wicket.request.Request request, org.apache.wicket.request.Response response)
newSession
in class org.apache.wicket.protocol.http.WebApplication
public org.apache.wicket.util.IProvider<org.apache.wicket.request.IExceptionMapper> getExceptionMapperProvider()
getExceptionMapperProvider
in class org.apache.wicket.Application
public void init()
init
in class org.apache.wicket.protocol.http.WebApplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |