Uses of Class
org.apache.wicket.Application

Packages that use Application
org.apache.wicket The core Wicket package. 
org.apache.wicket.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.mock   
org.apache.wicket.request.mapper   
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.settings.def   
org.apache.wicket.util.lang Java utilities. 
 

Uses of Application in org.apache.wicket
 

Methods in org.apache.wicket that return Application
static Application Application.get()
          Get Application for current thread.
static Application Application.get(String applicationKey)
          Gets the Application based on the application key of that application.
static Application ThreadContext.getApplication()
           
 Application Session.getApplication()
          Get the application that is currently working with this session.
 Application Component.getApplication()
          Gets interface to application that this component is a part of.
 

Methods in org.apache.wicket with parameters of type Application
 void IInitializer.destroy(Application application)
           
 void Initializer.destroy(Application application)
           
 void IInitializer.init(Application application)
           
 void Initializer.init(Application application)
           
static void ThreadContext.setApplication(Application application)
          Binds the specified application to current thread.
 

Constructors in org.apache.wicket with parameters of type Application
DefaultPageManagerProvider(Application application)
          Construct.
SystemMapper(Application application)
          Constructor
 

Uses of Application in org.apache.wicket.mock
 

Subclasses of Application in org.apache.wicket.mock
 class MockApplication
           
 

Uses of Application in org.apache.wicket.protocol.http
 

Subclasses of Application in org.apache.wicket.protocol.http
 class WebApplication
          A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol.
 

Uses of Application in org.apache.wicket.protocol.http.mock
 

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

Uses of Application in org.apache.wicket.request.mapper
 

Constructors in org.apache.wicket.request.mapper with parameters of type Application
CryptoMapper(IRequestMapper wrappedMapper, Application application)
           
 

Uses of Application in org.apache.wicket.resource
 

Constructors in org.apache.wicket.resource with parameters of type Application
PropertiesFactory(Application application)
          Construct.
 

Uses of Application in org.apache.wicket.settings.def
 

Constructors in org.apache.wicket.settings.def with parameters of type Application
ResourceSettings(Application application)
          Construct
 

Uses of Application in org.apache.wicket.util.lang
 

Methods in org.apache.wicket.util.lang with parameters of type Application
static void PropertyResolver.destroy(Application application)
          Clean up cache for this app.
static void PropertyResolver.setClassCache(Application application, PropertyResolver.IClassCache classCache)
          Sets the PropertyResolver.IClassCache for the given application.
 



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