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

Packages that use WebApplication
org.apache.wicket.authroles.authentication   
org.apache.wicket.examples   
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.ajax.prototype   
org.apache.wicket.examples.authentication1   
org.apache.wicket.examples.authentication2   
org.apache.wicket.examples.authentication3   
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.events   
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.homepage   
org.apache.wicket.examples.images   
org.apache.wicket.examples.kittenCaptcha   
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.pub   
org.apache.wicket.examples.repeater   
org.apache.wicket.examples.requestmapper   
org.apache.wicket.examples.resourcedecoration   
org.apache.wicket.examples.spring.common.web   
org.apache.wicket.examples.stateless   
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.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.spring   
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.authroles.authentication
 

Subclasses of WebApplication in org.apache.wicket.authroles.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 Example Application class.
 

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

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

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

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

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

Subclasses of WebApplication in org.apache.wicket.examples.authentication3
 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.
 

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

Subclasses of WebApplication in org.apache.wicket.examples.events
 class EventsApplication
          Application class for the events 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.
 

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

Subclasses of WebApplication in org.apache.wicket.examples.homepage
 class HomePageApplication
           
 

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

Subclasses of WebApplication in org.apache.wicket.examples.kittenCaptcha
 class WicketApplication
          Application object for your web application.
 

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.
 

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

Subclasses of WebApplication in org.apache.wicket.examples.requestmapper
 class RequestMapperApplication
           
 

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

Subclasses of WebApplication in org.apache.wicket.examples.resourcedecoration
 class ResourceDecorationApplication
          An application showing how to return several resources into a single http response.
 

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

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

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.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.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(java.lang.String applicationClassName)
          Instantiates the application instance.
 WebApplication IWebApplicationFactory.createApplication(WicketFilter filter)
          Create application object
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketFilter filter)
           
static WebApplication WebApplication.get()
          Covariant override for easy getting the current WebApplication without having to cast it.
 

Uses of WebApplication in org.apache.wicket.spring
 

Subclasses of WebApplication in org.apache.wicket.spring
 class SpringWebApplication
          Deprecated. when using java5 it is preferrable to use SpringBean annotations for injection rather then this spring-specific application subclass with its helpers. To setup SpringBean add the following line to your WebApplication subclass init method getComponentInstantiationListeners().add(new SpringComponentInjector(this));
 

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

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

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
SpringComponentInjector(WebApplication webapp, org.springframework.context.ApplicationContext ctx, boolean wrapInProxies)
          Constructor
 

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

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

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

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

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, java.lang.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, java.lang.String path)
          Creates a WicketTester to help unit testing.
 



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