Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Application.setCurrent(Application application)
Sets the context to associated with the current thread.
|
Constructor and Description |
---|
ApplicationHelper(Application application)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Application |
Handler.getApplication()
Deprecated.
Returns the parent application if it exists, or null.
|
Application |
UniformResource.getApplication()
Returns the parent application if it exists, or instantiates a new one if
needed.
|
Modifier and Type | Method and Description |
---|---|
Application |
WrapperRestlet.getApplication() |
Copyright © 2005-2012. All Rights Reserved.