Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.service |
Services used by applications and components.
|
Modifier and Type | Method and Description |
---|---|
ConverterService |
Application.getConverterService()
Returns the converter service.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.setConverterService(ConverterService converterService)
Sets the converter service.
|
Modifier and Type | Method and Description |
---|---|
ConverterService |
Resource.getConverterService()
Returns the application's converter service or create a new one.
|
Modifier and Type | Method and Description |
---|---|
ConverterService |
StatusService.getConverterService()
Returns the service used to convert between status/throwable and
representation.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusService.setConverterService(ConverterService converterService)
Sets the service used to convert between status/throwable and
representation.
|
Constructor and Description |
---|
StatusService(boolean enabled,
ConverterService converterService,
MetadataService metadataService,
ConnegService connegService)
Constructor.
|
Copyright © 2005-2024 Restlet.