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

Packages that use WebApplication
org.apache.wicket.authentication   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.quickstart   
org.apache.wicket.spring   
org.apache.wicket.spring.common.web   
org.apache.wicket.spring.injection.annot This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware. 
org.apache.wicket.threadtest.apps.app1   
org.apache.wicket.threadtest.apps.app2   
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.authentication
 

Subclasses of WebApplication in org.apache.wicket.authentication
 class AuthenticatedWebApplication
          A web application subclass that does role-based authentication.
 

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.quickstart
 

Subclasses of WebApplication in org.apache.wicket.quickstart
 class QuickStartApplication
          Application object for your web application.
 

Constructors in org.apache.wicket.quickstart with parameters of type WebApplication
QuickStartSession(WebApplication application, Request request)
          Constructor
 

Uses of WebApplication in org.apache.wicket.spring
 

Subclasses of WebApplication in org.apache.wicket.spring
 class SpringWebApplication
          Base class for spring aware wicket web application object.
 

Methods in org.apache.wicket.spring that return WebApplication
 WebApplication SpringWebApplicationFactory.createApplication(WicketFilter filter)
           
 

Uses of WebApplication in org.apache.wicket.spring.common.web
 

Subclasses of WebApplication in org.apache.wicket.spring.common.web
 class ExampleApplication
          Application class for our examples
 

Uses of WebApplication in org.apache.wicket.spring.injection.annot
 

Subclasses of WebApplication in org.apache.wicket.spring.injection.annot
 class AnnotSpringWebApplication
          Deprecated. instead in application.init() do addComponentInstantiationListener(new SpringComponentInjector(this)); TODO remove post 1.3
 

Constructors in org.apache.wicket.spring.injection.annot with parameters of type WebApplication
SpringComponentInjector(WebApplication webapp)
          Constructor used when spring application context is declared in the spring standard way and can be located through WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext)
SpringComponentInjector(WebApplication webapp, org.springframework.context.ApplicationContext ctx)
          Constructor
 

Uses of WebApplication in org.apache.wicket.threadtest.apps.app1
 

Subclasses of WebApplication in org.apache.wicket.threadtest.apps.app1
 class TestApp1
           
 

Uses of WebApplication in org.apache.wicket.threadtest.apps.app2
 

Subclasses of WebApplication in org.apache.wicket.threadtest.apps.app2
 class TestApp2
           
 

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)
          Create WicketTester
BaseWicketTester(WebApplication application, java.lang.String path)
          Create WicketTester to help unit testing
WicketTester(WebApplication application)
          Create WicketTester
WicketTester(WebApplication application, java.lang.String path)
          Create WicketTester to help unit testing
 



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