Field and Description |
---|
org.restlet.security.Role.ALL
To be removed as it is ambiguous, roles being specific to a
given application.
|
org.restlet.data.MediaType.APPLICATION_RDF_TURTLE
Replaced by the official
MediaType.TEXT_TURTLE media type. |
Method and Description |
---|
org.restlet.service.StatusService.getRepresentation(Status, Request, Response) |
org.restlet.service.StatusService.getStatus(Throwable, Request, Response)
Use
StatusService.toStatus(Throwable, Request, Response) instead. |
org.restlet.service.StatusService.getStatus(Throwable, Resource)
Use
StatusService.toStatus(Throwable, Resource) instead. |
org.restlet.Component.getStatusService()
Use
Application.getStatusService() instead. |
org.restlet.Application.getTaskService() |
org.restlet.service.LogService.isDebugging()
Rely on
Application.isDebugging() instead. |
org.restlet.Component.main(String[])
Use XML support in the Spring extension instead.
|
org.restlet.service.LogService.setDebugging(boolean)
Rely on
Application.setDebugging(boolean) instead. |
org.restlet.Component.setStatusService(StatusService)
Use
Application.setStatusService(StatusService)
instead. |
Constructor and Description |
---|
org.restlet.Component(Reference)
Use XML support in the Spring extension instead.
|
org.restlet.Component(Representation)
Use XML support in the Spring extension instead.
|
org.restlet.Component(String)
Use XML support in the Spring extension instead.
|
org.restlet.resource.ResourceException(Status, Resource)
use constructor with status, request and response instead.
|
org.restlet.security.Role(String)
Use
Role(Application, String) instead. |
org.restlet.security.Role(String, String)
Use
Role(Application, String, String) instead. |
Copyright © 2005-2024 Restlet.