Uses of Class
wicket.protocol.http.WebApplication

Packages that use WebApplication
wicket.protocol.http HTTP implementation. 
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of WebApplication in wicket.protocol.http
 

Subclasses of WebApplication in wicket.protocol.http
 class MockWebApplication
          This class provides a mock implementation of a Wicket HTTP based application that can be used for testing.
 

Fields in wicket.protocol.http declared as WebApplication
protected  WebApplication AbstractHttpSessionStore.application
           
protected  WebApplication WicketServlet.webApplication
          The application this servlet is serving
 

Methods in wicket.protocol.http that return WebApplication
 WebApplication IWebApplicationFactory.createApplication(WicketServlet servlet)
          Create application object
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketServlet servlet)
           
 

Constructors in wicket.protocol.http with parameters of type WebApplication
WebSession(WebApplication application)
          Constructor
 

Uses of WebApplication in wicket.util.tester
 

Subclasses of WebApplication in wicket.util.tester
 class WicketTester
          A helper to ease unit testing of Wicket applications without the need for a servlet container.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.