public class OntopiaStatusService
extends org.restlet.service.StatusService
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
logClientErrors |
| Constructor and Description |
|---|
OntopiaStatusService() |
| Modifier and Type | Method and Description |
|---|---|
org.restlet.representation.Representation |
getRepresentation(org.restlet.data.Status status,
org.restlet.Request request,
org.restlet.Response response) |
org.restlet.data.Status |
getStatus(Throwable throwable,
org.restlet.Request request,
org.restlet.Response response) |
void |
setContext(org.restlet.Context context) |
createInboundFilter, getConnegService, getContactEmail, getConverterService, getHomeRef, getMetadataService, getStatus, isOverwriting, setConnegService, setContactEmail, setConverterService, setHomeRef, setMetadataService, setOverwriting, toRepresentation, toRepresentation, toStatus, toStatuspublic void setContext(org.restlet.Context context)
setContext in class org.restlet.service.Servicepublic org.restlet.data.Status getStatus(Throwable throwable, org.restlet.Request request, org.restlet.Response response)
getStatus in class org.restlet.service.StatusServicepublic org.restlet.representation.Representation getRepresentation(org.restlet.data.Status status,
org.restlet.Request request,
org.restlet.Response response)
getRepresentation in class org.restlet.service.StatusService