Uses of Class
org.restlet.Application

Packages that use Application
org.restlet Core classes of the API. 
org.restlet.resource Client and server resource classes. 
org.restlet.util Various utility classes. 
 

Uses of Application in org.restlet
 

Methods in org.restlet that return Application
 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.resource
 

Methods in org.restlet.resource that return Application
 Application Resource.getApplication()
          Returns the parent application.
 

Methods in org.restlet.resource with parameters of type Application
 void Resource.setApplication(Application application)
          Sets the parent application.
 

Uses of Application in org.restlet.util
 

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



Copyright © 2005-2013 Restlet.