|
||||||||||
| 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
org.efaps.ui.wicket.EFapsApplication
public class EFapsApplication
This Class presents the WebApplication for eFaps using the Wicket-Framework.
It is the first class which is instantiated from the WicketServlet. Here the
Sessions for each user a created and basic Settings are set.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
EFapsApplication()
|
|
| Method Summary | |
|---|---|
java.lang.Class<MainPage> |
getHomePage()
|
protected void |
init()
|
org.apache.wicket.RequestCycle |
newRequestCycle(org.apache.wicket.Request _request,
org.apache.wicket.Response _response)
New request cycle. |
org.apache.wicket.Session |
newSession(org.apache.wicket.Request _request,
org.apache.wicket.Response _response)
|
| Methods inherited from class org.apache.wicket.protocol.http.WebApplication |
|---|
addIgnoreMountPath, get, getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycleProcessor, newSession, newSession, newSessionStore, newWebRequest, newWebResponse, outputDevelopmentModeWarning, sessionDestroyed, setApplicationKey, setWicketFilter, unmount |
| Methods inherited from class org.apache.wicket.Application |
|---|
addComponentInstantiationListener, addComponentOnAfterRenderListener, addPostComponentOnBeforeRenderListener, addPreComponentOnBeforeRenderListener, addRenderHeadListener, configure, destroy, exists, 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, setMetaData, unset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EFapsApplication()
| Method Detail |
|---|
public org.apache.wicket.RequestCycle newRequestCycle(org.apache.wicket.Request _request,
org.apache.wicket.Response _response)
newRequestCycle in class org.apache.wicket.protocol.http.WebApplication_request - the request_response - the response
WebApplication.newRequestCycle(org.apache.wicket.Request,
org.apache.wicket.Response)public java.lang.Class<MainPage> getHomePage()
getHomePage in class org.apache.wicket.ApplicationApplication.getHomePage()protected void init()
init in class org.apache.wicket.protocol.http.WebApplicationWebApplication.init()
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_request - the request_response - the response
WebApplication.newSession(org.apache.wicket.Request,
org.apache.wicket.Response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||