|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wicket.Application org.apache.wicket.protocol.http.WebApplication lumis.portal.presentation.core.LayoutFileApplication
public class LayoutFileApplication
The Wicket application implementation used for processing the layout file.
Field Summary |
---|
Fields inherited from class org.apache.wicket.Application |
---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
Constructor Summary | |
---|---|
LayoutFileApplication()
|
Method Summary | |
---|---|
String |
getConfigurationType()
|
Class<? extends org.apache.wicket.Page> |
getHomePage()
|
boolean |
getStripLayoutFileTags()
Returns whether to remove layout file tags from the output. |
protected void |
init()
|
protected org.apache.wicket.request.IRequestCycleProcessor |
newRequestCycleProcessor()
|
protected org.apache.wicket.session.ISessionStore |
newSessionStore()
|
protected void |
outputDevelopmentModeWarning()
Overridden to disable Wicket development mode warning output. |
Methods inherited from class org.apache.wicket.protocol.http.WebApplication |
---|
addIgnoreMountPath, get, getApplicationKey, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycle, newSession, newSession, newSession, newWebRequest, newWebResponse, 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 LayoutFileApplication()
Method Detail |
---|
protected org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
newRequestCycleProcessor
in class org.apache.wicket.protocol.http.WebApplication
protected void init()
init
in class org.apache.wicket.protocol.http.WebApplication
public String getConfigurationType()
getConfigurationType
in class org.apache.wicket.protocol.http.WebApplication
protected org.apache.wicket.session.ISessionStore newSessionStore()
newSessionStore
in class org.apache.wicket.protocol.http.WebApplication
public Class<? extends org.apache.wicket.Page> getHomePage()
getHomePage
in class org.apache.wicket.Application
protected void outputDevelopmentModeWarning()
outputDevelopmentModeWarning
in class org.apache.wicket.protocol.http.WebApplication
public boolean getStripLayoutFileTags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |