-
Fields Field Description org.restlet.data.MediaType.APPLICATION_RDF_TURTLE Replaced by the officialMediaType.TEXT_TURTLE
media type.org.restlet.security.Role.ALL To be removed as it is ambiguous, roles being specific to a given application.
-
Methods Method Description org.restlet.Application.getTaskService() org.restlet.Component.getStatusService() UseApplication.getStatusService()
instead.org.restlet.Component.main(String[]) Use XML support in the Spring extension instead.org.restlet.Component.setStatusService(StatusService) UseApplication.setStatusService(StatusService)
instead.org.restlet.service.LogService.isDebugging() Rely onApplication.isDebugging()
instead.org.restlet.service.LogService.setDebugging(boolean) Rely onApplication.setDebugging(boolean)
instead.org.restlet.service.StatusService.getRepresentation(Status, Request, Response) org.restlet.service.StatusService.getStatus(Throwable, Request, Response) UseStatusService.toStatus(Throwable, Request, Response)
instead.
-
Constructors Constructor Description org.restlet.Component(Reference) 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) UseRole(Application, String)
instead.