Package lumis.portal.presentation.core
Class LayoutFileApplication
- java.lang.Object
-
- org.apache.wicket.Application
-
- org.apache.wicket.protocol.http.WebApplication
-
- lumis.portal.presentation.core.LayoutFileApplication
-
public class LayoutFileApplication extends org.apache.wicket.protocol.http.WebApplication
The Wicket application implementation used for processing the layout file.- Since:
- 6.0.0
- Version:
- $Revision: 15976 $ $Date: 2013-11-06 16:30:50 -0200 (Wed, 06 Nov 2013) $
-
-
Constructor Summary
Constructors Constructor Description LayoutFileApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
clearMarkupCache()
Clears all markup cache of layout files.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
-
-
-
-
Method Detail
-
newRequestCycleProcessor
protected org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
- Overrides:
newRequestCycleProcessor
in classorg.apache.wicket.protocol.http.WebApplication
-
init
protected void init()
- Overrides:
init
in classorg.apache.wicket.protocol.http.WebApplication
-
getConfigurationType
public String getConfigurationType()
- Overrides:
getConfigurationType
in classorg.apache.wicket.protocol.http.WebApplication
-
newSessionStore
protected org.apache.wicket.session.ISessionStore newSessionStore()
- Overrides:
newSessionStore
in classorg.apache.wicket.protocol.http.WebApplication
-
getHomePage
public Class<? extends org.apache.wicket.Page> getHomePage()
- Specified by:
getHomePage
in classorg.apache.wicket.Application
-
outputDevelopmentModeWarning
protected void outputDevelopmentModeWarning()
Overridden to disable Wicket development mode warning output.- Overrides:
outputDevelopmentModeWarning
in classorg.apache.wicket.protocol.http.WebApplication
- Since:
- 6.0.0
-
getStripLayoutFileTags
public boolean getStripLayoutFileTags()
Returns whether to remove layout file tags from the output.- Returns:
- whether to remove layout file tags from the output.
- Since:
- 6.0.0
-
clearMarkupCache
public static void clearMarkupCache()
Clears all markup cache of layout files.- Since:
- 7.0.3
-
-