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

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

Fields in org.apache.wicket.protocol.http declared as WebApplication
protected  WebApplication AbstractHttpSessionStore.application
          The web application for this store.
 

Methods in org.apache.wicket.protocol.http that return WebApplication
protected  WebApplication ContextParamWebApplicationFactory.createApplication(java.lang.String applicationClassName)
          Instantiates the application instance.
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketFilter filter)
           
 WebApplication IWebApplicationFactory.createApplication(WicketFilter filter)
          Create application object
 WebApplication MockWebApplication.getApplication()
          Gets the application object.
 

Constructors in org.apache.wicket.protocol.http with parameters of type WebApplication
MockWebApplication(WebApplication application, java.lang.String path)
          Create the mock http tester that can be used for testing.
WebRequestCycle(WebApplication application, WebRequest request, Response response)
          Constructor which simply passes arguments to superclass for storage there.
WebSession(WebApplication application, Request request)
          Deprecated. Use #WebSession(Request)
 

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

Methods in org.apache.wicket.protocol.http.portlet with parameters of type WebApplication
 void WicketFilterPortletContext.initFilter(javax.servlet.FilterConfig filterConfig, WebApplication webApplication)
           
 

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

Subclasses of WebApplication in org.apache.wicket.util.tester
static class BaseWicketTester.DummyWebApplication
           
static class WicketTester.DummyWebApplication
          Default dummy web application for testing.
static class WicketTester.NonPageCachingDummyWebApplication
          Dummy web application that does not support back button support but is cheaper to use for unit tests.
 

Constructors in org.apache.wicket.util.tester with parameters of type WebApplication
BaseWicketTester(WebApplication application)
          Creates a WicketTester.
BaseWicketTester(WebApplication application, java.lang.String path)
          Creates a WicketTester for unit testing.
WicketTester(WebApplication application)
          Creates a WicketTester.
WicketTester(WebApplication application, java.lang.String path)
          Creates a WicketTester to help unit testing.
 



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