Class 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) $
    • Field Summary

      • Fields inherited from class org.apache.wicket.Application

        CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
    • 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
    • Constructor Detail

      • LayoutFileApplication

        public LayoutFileApplication()
    • Method Detail

      • newRequestCycleProcessor

        protected org.apache.wicket.request.IRequestCycleProcessor newRequestCycleProcessor()
        Overrides:
        newRequestCycleProcessor in class org.apache.wicket.protocol.http.WebApplication
      • init

        protected void init()
        Overrides:
        init in class org.apache.wicket.protocol.http.WebApplication
      • getConfigurationType

        public String getConfigurationType()
        Overrides:
        getConfigurationType in class org.apache.wicket.protocol.http.WebApplication
      • newSessionStore

        protected org.apache.wicket.session.ISessionStore newSessionStore()
        Overrides:
        newSessionStore in class org.apache.wicket.protocol.http.WebApplication
      • getHomePage

        public Class<? extends org.apache.wicket.Page> getHomePage()
        Specified by:
        getHomePage in class org.apache.wicket.Application
      • outputDevelopmentModeWarning

        protected void outputDevelopmentModeWarning()
        Overridden to disable Wicket development mode warning output.
        Overrides:
        outputDevelopmentModeWarning in class org.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