Uses of Class
org.apache.wicket.protocol.http.WebApplication

Packages that use WebApplication
org.apache.wicket.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.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 org.apache.wicket.mock
 

Subclasses of WebApplication in org.apache.wicket.mock
 class MockApplication
          WebApplication used for testing.
 

Uses of WebApplication in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return WebApplication
protected  WebApplication ContextParamWebApplicationFactory.createApplication(String applicationClassName)
          Instantiates the application instance.
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketFilter filter)
           
 WebApplication IWebApplicationFactory.createApplication(WicketFilter filter)
          Create application object
static WebApplication WebApplication.get()
          Covariant override for easy getting the current WebApplication without having to cast it.
 

Uses of WebApplication in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that return WebApplication
 WebApplication BaseWicketTester.getApplication()
          Returns the Application for this environment.
 

Constructors in org.apache.wicket.util.tester with parameters of type WebApplication
BaseWicketTester(WebApplication application)
          Creates a WicketTester.
BaseWicketTester(WebApplication application, javax.servlet.ServletContext servletCtx)
          Creates a WicketTester.
BaseWicketTester(WebApplication application, String servletContextBasePath)
          Creates a WicketTester.
WicketTester(WebApplication application)
          Creates a WicketTester.
WicketTester(WebApplication application, javax.servlet.ServletContext servletCtx)
          Creates a WicketTester to help unit testing.
WicketTester(WebApplication application, String path)
          Creates a WicketTester to help unit testing.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.