|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniformResource | |
---|---|
org.restlet.resource | Client and server resource classes. |
org.restlet.service | Services used by applications and components. |
Uses of UniformResource in org.restlet.resource |
---|
Subclasses of UniformResource in org.restlet.resource | |
---|---|
class |
ClientResource
Client-side resource. |
class |
ServerResource
Base class for server-side resources. |
Uses of UniformResource in org.restlet.service |
---|
Methods in org.restlet.service with parameters of type UniformResource | ||
---|---|---|
Status |
StatusService.getStatus(Throwable throwable,
UniformResource resource)
Returns a status for a given exception or error. |
|
|
ConverterService.toObject(Representation source,
Class<T> target,
UniformResource resource)
Converts a Representation into a regular Java object. |
|
Representation |
ConverterService.toRepresentation(Object source,
Variant target,
UniformResource resource)
Converts a regular Java object into a Representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |