org.whatsitcalled.webflange
Class WebflangeApplication

java.lang.Object
  extended by org.apache.wicket.Application
      extended by org.apache.wicket.protocol.http.WebApplication
          extended by org.apache.wicket.security.WaspWebApplication
              extended by org.apache.wicket.security.swarm.SwarmWebApplication
                  extended by org.whatsitcalled.webflange.WebflangeApplication
All Implemented Interfaces:
org.apache.wicket.security.WaspApplication

public class WebflangeApplication
extends org.apache.wicket.security.swarm.SwarmWebApplication


Field Summary
 
Fields inherited from class org.apache.wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
WebflangeApplication()
           
 
Method Summary
 void addHeaders(org.apache.wicket.MarkupContainer container)
           
protected  java.lang.Object getHiveKey()
           
 java.lang.Class getHomePage()
           
 java.lang.Class getLoginPage()
           
 org.apache.wicket.security.hive.authentication.LoginContext getLogoffContext()
           
protected  void init()
           
protected  org.apache.wicket.protocol.http.WebRequest newWebRequest(javax.servlet.http.HttpServletRequest servletRequest)
           
protected  void setUpHive()
           
 
Methods inherited from class org.apache.wicket.security.swarm.SwarmWebApplication
getActionFactory, getStrategyFactory, setActionFactory, setStrategyFactory, setupActionFactory, setupStrategyFactory
 
Methods inherited from class org.apache.wicket.security.WaspWebApplication
newSession, onDestroy
 
Methods inherited from class org.apache.wicket.protocol.http.WebApplication
getApplicationKey, getConfigurationType, getDefaultRequestCycleFactory, getInitParameter, getRequestCycleProcessor, getResourceFinder, getServletContext, getSessionAttributePrefix, getWicketFilter, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newAjaxRequestTarget, newRequestCycle, newRequestCycleProcessor, newSession, newSession, newSessionStore, newWebResponse, outputDevelopmentModeWarning, sessionDestroyed, setApplicationKey, setWicketFilter, unmount
 
Methods inherited from class org.apache.wicket.Application
addComponentInstantiationListener, addComponentOnAfterRenderListener, addComponentOnBeforeRenderListener, addRenderHeadListener, configure, destroy, exists, get, 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, removeComponentInstantiationListener, removeComponentOnAfterRenderListener, removeComponentOnBeforeRenderListener, removeRenderHeadListener, set, setMetaData, unset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebflangeApplication

public WebflangeApplication()
Method Detail

getHomePage

public java.lang.Class getHomePage()
Specified by:
getHomePage in class org.apache.wicket.Application

init

protected void init()
Overrides:
init in class org.apache.wicket.security.swarm.SwarmWebApplication

newWebRequest

protected org.apache.wicket.protocol.http.WebRequest newWebRequest(javax.servlet.http.HttpServletRequest servletRequest)
Overrides:
newWebRequest in class org.apache.wicket.protocol.http.WebApplication

getLoginPage

public java.lang.Class getLoginPage()
See Also:
WaspApplication.getLoginPage()

getLogoffContext

public org.apache.wicket.security.hive.authentication.LoginContext getLogoffContext()
See Also:
org.apache.wicket.security.examples.MultiUsableApplication#getLogoffContext()

getHiveKey

protected java.lang.Object getHiveKey()
Specified by:
getHiveKey in class org.apache.wicket.security.swarm.SwarmWebApplication
See Also:
SwarmWebApplication.getHiveKey()

setUpHive

protected void setUpHive()
Specified by:
setUpHive in class org.apache.wicket.security.swarm.SwarmWebApplication
See Also:
SwarmWebApplication.setUpHive()

addHeaders

public void addHeaders(org.apache.wicket.MarkupContainer container)


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.