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

Packages that use WebApplication
org.apache.wicket.authentication   
org.apache.wicket.examples   
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.ajax.prototype   
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.authorization   
org.apache.wicket.examples.breadcrumb   
org.apache.wicket.examples.captcha   
org.apache.wicket.examples.compref   
org.apache.wicket.examples.customresourceloading   
org.apache.wicket.examples.dates   
org.apache.wicket.examples.echo   
org.apache.wicket.examples.encodings   
org.apache.wicket.examples.forminput   
org.apache.wicket.examples.frames   
org.apache.wicket.examples.guestbook   
org.apache.wicket.examples.guice   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.hellobrowser   
org.apache.wicket.examples.helloworld   
org.apache.wicket.examples.images   
org.apache.wicket.examples.library   
org.apache.wicket.examples.linkomatic   
org.apache.wicket.examples.navomatic   
org.apache.wicket.examples.nested   
org.apache.wicket.examples.niceurl   
org.apache.wicket.examples.portlet.menu   
org.apache.wicket.examples.pub   
org.apache.wicket.examples.repeater   
org.apache.wicket.examples.signin   
org.apache.wicket.examples.signin2   
org.apache.wicket.examples.stateless   
org.apache.wicket.examples.staticpages   
org.apache.wicket.examples.stockquote   
org.apache.wicket.examples.template   
org.apache.wicket.examples.unicodeconverter   
org.apache.wicket.examples.upload   
org.apache.wicket.examples.velocity   
org.apache.wicket.examples.wizard   
org.apache.wicket.guice   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.portlet   
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.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.examples
 

Subclasses of WebApplication in org.apache.wicket.examples
 class WicketExampleApplication
          Wicket Application class for hello world example.
 

Uses of WebApplication in org.apache.wicket.examples.ajax.builtin
 

Subclasses of WebApplication in org.apache.wicket.examples.ajax.builtin
 class AjaxApplication
          Application object for the wicked ajax examples
 

Uses of WebApplication in org.apache.wicket.examples.ajax.prototype
 

Subclasses of WebApplication in org.apache.wicket.examples.ajax.prototype
 class PrototypeApplication
          Application object for the Prototype.js ajax demo page.
 

Uses of WebApplication in org.apache.wicket.examples.authentication
 

Subclasses of WebApplication in org.apache.wicket.examples.authentication
 class MyAuthenticatedWebApplication
          A role-authorized, authenticated web application in just a few lines of code.
 

Uses of WebApplication in org.apache.wicket.examples.authorization
 

Subclasses of WebApplication in org.apache.wicket.examples.authorization
 class RolesApplication
          Application object for this example.
 

Constructors in org.apache.wicket.examples.authorization with parameters of type WebApplication
RolesSession(WebApplication application, Request request)
          Construct.
 

Uses of WebApplication in org.apache.wicket.examples.breadcrumb
 

Subclasses of WebApplication in org.apache.wicket.examples.breadcrumb
 class BreadCrumbApplication
          Application class for the bread crumb example.
 

Uses of WebApplication in org.apache.wicket.examples.captcha
 

Subclasses of WebApplication in org.apache.wicket.examples.captcha
 class CaptchaApplication
          Application class for the captcha example.
 

Uses of WebApplication in org.apache.wicket.examples.compref
 

Subclasses of WebApplication in org.apache.wicket.examples.compref
 class ComponentReferenceApplication
          Application class for the component reference.
 

Uses of WebApplication in org.apache.wicket.examples.customresourceloading
 

Subclasses of WebApplication in org.apache.wicket.examples.customresourceloading
 class CustomResourceLoadingApplication
          Application class for the custom resource loading example.
 

Uses of WebApplication in org.apache.wicket.examples.dates
 

Subclasses of WebApplication in org.apache.wicket.examples.dates
 class DatesApplication
          Application class for the dates example.
 

Uses of WebApplication in org.apache.wicket.examples.echo
 

Subclasses of WebApplication in org.apache.wicket.examples.echo
 class EchoApplication
          Application class for the Echo example.
 

Uses of WebApplication in org.apache.wicket.examples.encodings
 

Subclasses of WebApplication in org.apache.wicket.examples.encodings
 class EncodingsApplication
          Wicket Application class for hello world example.
 

Uses of WebApplication in org.apache.wicket.examples.forminput
 

Subclasses of WebApplication in org.apache.wicket.examples.forminput
 class FormInputApplication
          Application class for form input example.
 

Uses of WebApplication in org.apache.wicket.examples.frames
 

Subclasses of WebApplication in org.apache.wicket.examples.frames
 class FramesApplication
          Application class for the frames example.
 

Uses of WebApplication in org.apache.wicket.examples.guestbook
 

Subclasses of WebApplication in org.apache.wicket.examples.guestbook
 class GuestBookApplication
          Guest book application.
 

Uses of WebApplication in org.apache.wicket.examples.guice
 

Subclasses of WebApplication in org.apache.wicket.examples.guice
 class GuiceApplication
          Application for Google Guice integration example.
 

Uses of WebApplication in org.apache.wicket.examples.hangman
 

Subclasses of WebApplication in org.apache.wicket.examples.hangman
 class HangmanApplication
          Class defining the main Game application.
 

Constructors in org.apache.wicket.examples.hangman with parameters of type WebApplication
HangmanSession(WebApplication application, Request request)
          Constructor
 

Uses of WebApplication in org.apache.wicket.examples.hellobrowser
 

Subclasses of WebApplication in org.apache.wicket.examples.hellobrowser
 class HelloBrowserApplication
          Application class for hello browser example.
 

Uses of WebApplication in org.apache.wicket.examples.helloworld
 

Subclasses of WebApplication in org.apache.wicket.examples.helloworld
 class HelloWorldApplication
          Application class for hello world example.
 

Uses of WebApplication in org.apache.wicket.examples.images
 

Subclasses of WebApplication in org.apache.wicket.examples.images
 class ImagesApplication
          Application class for the linkomatic example.
 

Uses of WebApplication in org.apache.wicket.examples.library
 

Subclasses of WebApplication in org.apache.wicket.examples.library
 class LibraryApplication
          Application class for the library example.
 

Constructors in org.apache.wicket.examples.library with parameters of type WebApplication
LibrarySession(WebApplication application, Request request)
          Constructor
 

Uses of WebApplication in org.apache.wicket.examples.linkomatic
 

Subclasses of WebApplication in org.apache.wicket.examples.linkomatic
 class LinkomaticApplication
          Application class for the linkomatic example.
 

Uses of WebApplication in org.apache.wicket.examples.navomatic
 

Subclasses of WebApplication in org.apache.wicket.examples.navomatic
 class NavomaticApplication
          Application class.
 

Uses of WebApplication in org.apache.wicket.examples.nested
 

Subclasses of WebApplication in org.apache.wicket.examples.nested
 class NestedApplication
          Application class for the nested structure example.
 

Uses of WebApplication in org.apache.wicket.examples.niceurl
 

Subclasses of WebApplication in org.apache.wicket.examples.niceurl
 class NiceUrlApplication
          Application class for this example.
 

Uses of WebApplication in org.apache.wicket.examples.portlet.menu
 

Subclasses of WebApplication in org.apache.wicket.examples.portlet.menu
 class WicketExamplesMenuApplication
           
 

Uses of WebApplication in org.apache.wicket.examples.pub
 

Subclasses of WebApplication in org.apache.wicket.examples.pub
 class PubApplication
          Application class for the linkomatic example.
 

Uses of WebApplication in org.apache.wicket.examples.repeater
 

Subclasses of WebApplication in org.apache.wicket.examples.repeater
 class RepeaterApplication
          application class for repeater examples application
 

Uses of WebApplication in org.apache.wicket.examples.signin
 

Subclasses of WebApplication in org.apache.wicket.examples.signin
 class SignInApplication
          Forms example.
 

Constructors in org.apache.wicket.examples.signin with parameters of type WebApplication
SignInSession(WebApplication application, Request request)
          Constructor
 

Uses of WebApplication in org.apache.wicket.examples.signin2
 

Subclasses of WebApplication in org.apache.wicket.examples.signin2
 class SignIn2Application
          Forms example.
 

Constructors in org.apache.wicket.examples.signin2 with parameters of type WebApplication
SignIn2Session(WebApplication application, Request request)
          Constructor
 

Uses of WebApplication in org.apache.wicket.examples.stateless
 

Subclasses of WebApplication in org.apache.wicket.examples.stateless
 class StatelessApplication
          Application class for the stateless application.
 

Uses of WebApplication in org.apache.wicket.examples.staticpages
 

Subclasses of WebApplication in org.apache.wicket.examples.staticpages
 class Application
          Examples for serving static files
 

Uses of WebApplication in org.apache.wicket.examples.stockquote
 

Subclasses of WebApplication in org.apache.wicket.examples.stockquote
 class StockQuoteApplication
          Application class for stock quote example.
 

Uses of WebApplication in org.apache.wicket.examples.template
 

Subclasses of WebApplication in org.apache.wicket.examples.template
 class TemplateApplication
          Application class for the template example.
 

Uses of WebApplication in org.apache.wicket.examples.unicodeconverter
 

Subclasses of WebApplication in org.apache.wicket.examples.unicodeconverter
 class UnicodeConverterApplication
          Application class for the unicode converter example.
 

Uses of WebApplication in org.apache.wicket.examples.upload
 

Subclasses of WebApplication in org.apache.wicket.examples.upload
 class UploadApplication
          Application class for org.apache.wicket.examples.upload example.
 

Uses of WebApplication in org.apache.wicket.examples.velocity
 

Subclasses of WebApplication in org.apache.wicket.examples.velocity
 class VelocityTemplateApplication
          Application class for velocity template example.
 

Uses of WebApplication in org.apache.wicket.examples.wizard
 

Subclasses of WebApplication in org.apache.wicket.examples.wizard
 class WizardApplication
          Application class for the wizard example.
 

Uses of WebApplication in org.apache.wicket.guice
 

Methods in org.apache.wicket.guice that return WebApplication
 WebApplication GuiceWebApplicationFactory.createApplication(WicketFilter filter)
           
 

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 IWebApplicationFactory.createApplication(WicketFilter filter)
          Create application object
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketFilter filter)
           
 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.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.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-2010 Apache Software Foundation. All Rights Reserved.