Uses of Class
wicket.Application

Packages that use Application
wicket The core Wicket package. 
wicket.markup Base package for markup. 
wicket.protocol.http HTTP implementation. 
wicket.resource Locale aware resouce loaders. 
 

Uses of Application in wicket
 

Fields in wicket declared as Application
protected  Application RequestCycle.application
          The application object.
 

Methods in wicket that return Application
 Application Session.getApplication()
          Get the application that is currently working with this session.
 Application RequestCycle.getApplication()
          Gets the application object.
 Application Component.getApplication()
          Gets interface to application that this component is a part of.
 

Methods in wicket with parameters of type Application
 void Session.setApplication(Application application)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 void ResourceReference.bind(Application application)
          Binds this shared resource to the given application.
 

Constructors in wicket with parameters of type Application
Session(Application application)
          Constructor.
Localizer(Application application)
          Create the utils instance class backed by the configuration information contained within the supplied settings object.
ApplicationSettings(Application application)
          Create the application settings, carrying out any necessary initialisations.
 

Uses of Application in wicket.markup
 

Constructors in wicket.markup with parameters of type Application
MarkupCache(Application application)
          Constructor.
 

Uses of Application in wicket.protocol.http
 

Subclasses of Application in wicket.protocol.http
 class MockWebApplication
          This class provides a mock implementation of a Wicket HTTP based application that can be used for testing.
 class WebApplication
          A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol.
 

Constructors in wicket.protocol.http with parameters of type Application
WebSession(Application application)
          Constructor
MockServletContext(Application application, java.lang.String path)
          Create the mock object.
MockHttpServletRequest(Application application, javax.servlet.http.HttpSession session, javax.servlet.ServletContext context)
          Create the request using the supplied session object.
 

Uses of Application in wicket.resource
 

Constructors in wicket.resource with parameters of type Application
ApplicationStringResourceLoader(Application application)
          Create and initialise the resource loader.
 



Copyright © 2004-2005 Wicket developers. All Rights Reserved.