oscon2006.web
Class WebApplication

java.lang.Object
  extended by wicket.Application
      extended by wicket.protocol.http.WebApplication
          extended by oscon2006.web.WebApplication
All Implemented Interfaces:
wicket.ISessionFactory

public class WebApplication
extends wicket.protocol.http.WebApplication


Field Summary
 
Fields inherited from class wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
WebApplication()
           
 
Method Summary
 java.lang.Class getHomePage()
           
protected  void init()
           
 
Methods inherited from class wicket.protocol.http.WebApplication
getApplicationKey, getDefaultRequestCycleFactory, getRequestCycleProcessor, getRequestLogger, getSessionAttributePrefix, getSessionFactory, getWicketServlet, internalDestroy, internalInit, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newRequestCycleProcessor, newSession, newSessionStore, newWebRequest, newWebResponse, setRequestLogger, setSessionFactory, setWicketServlet, unmount
 
Methods inherited from class wicket.Application
addComponentInstantiationListener, configure, configure, configure, destroy, get, get, getAjaxSettings, getApplicationSettings, getDebugSettings, getExceptionSettings, getFrameworkSettings, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleSettings, getResourceSettings, getSecuritySettings, getSessionSettings, getSessionStore, getSettings, getSharedResources, initializeComponents, removeComponentInstantiationListener, set, setMetaData, unset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplication

public WebApplication()
Method Detail

init

protected void init()
Overrides:
init in class wicket.protocol.http.WebApplication

getHomePage

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


Copyright © 2006 oscon2006.sourceforge.net. All Rights Reserved.