Uses of Class
org.restlet.Application

Packages that use Application
org.restlet Core classes of the API. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Application in org.restlet
 

Methods in org.restlet that return Application
 Application Handler.getApplication()
          Returns the parent application if it exists, or null.
 Application Restlet.getApplication()
          Returns the parent application if it exists, or null.
static Application Application.getCurrent()
          This variable is stored internally as a thread local variable and updated each time a call enters an application.
 

Methods in org.restlet with parameters of type Application
static void Application.setCurrent(Application application)
          Sets the context to associated with the current thread.
 

Uses of Application in org.restlet.util
 

Methods in org.restlet.util that return Application
 Application WrapperRestlet.getApplication()
           
 

Methods in org.restlet.util that return types with arguments of type Application
abstract  Helper<Application> Engine.createHelper(Application application)
          Creates a new helper for a given component.
 

Methods in org.restlet.util with parameters of type Application
abstract  Helper<Application> Engine.createHelper(Application application)
          Creates a new helper for a given component.
 



Copyright © 2005-2008 Noelios Technologies.