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 UniformResource.getApplication()
          Returns the parent application if it exists, or instantiates a new one if needed.
 Application Handler.getApplication()
          Deprecated. Returns the parent application if it exists, or null.
 

Uses of Application in org.restlet.util
 

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



Copyright © 2005-2011 Noelios Technologies.