Class OntopiaStatusService

java.lang.Object
org.restlet.service.Service
org.restlet.service.StatusService
net.ontopia.topicmaps.rest.OntopiaStatusService

public class OntopiaStatusService extends org.restlet.service.StatusService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setContext(org.restlet.Context context)
     
    org.restlet.representation.Representation
    toRepresentation(org.restlet.data.Status status, org.restlet.Request request, org.restlet.Response response)
     
    org.restlet.data.Status
    toStatus(Throwable throwable, org.restlet.Request request, org.restlet.Response response)
     

    Methods inherited from class org.restlet.service.StatusService

    createInboundFilter, getConnegService, getContactEmail, getConverterService, getHomeRef, getMetadataService, isOverwriting, setConnegService, setContactEmail, setConverterService, setHomeRef, setMetadataService, setOverwriting, toRepresentation, toStatus

    Methods inherited from class org.restlet.service.Service

    createOutboundFilter, getContext, isEnabled, isStarted, isStopped, setEnabled, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logClientErrors

      protected boolean logClientErrors
  • Constructor Details

    • OntopiaStatusService

      public OntopiaStatusService()
  • Method Details

    • setContext

      public void setContext(org.restlet.Context context)
      Overrides:
      setContext in class org.restlet.service.Service
    • toStatus

      public org.restlet.data.Status toStatus(Throwable throwable, org.restlet.Request request, org.restlet.Response response)
      Overrides:
      toStatus in class org.restlet.service.StatusService
    • toRepresentation

      public org.restlet.representation.Representation toRepresentation(org.restlet.data.Status status, org.restlet.Request request, org.restlet.Response response)
      Overrides:
      toRepresentation in class org.restlet.service.StatusService