lumis.portal.presentation.core
Class LayoutFileApplication

Package class diagram package LayoutFileApplication
java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by 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

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

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.