Class OntopiaEncoderService

java.lang.Object
org.restlet.service.Service
org.restlet.service.EncoderService
net.ontopia.topicmaps.rest.OntopiaEncoderService

public class OntopiaEncoderService extends org.restlet.service.EncoderService
  • Field Summary

    Fields inherited from class org.restlet.service.EncoderService

    ANY_SIZE, DEFAULT_MINIMUM_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canEncode(org.restlet.representation.Representation representation)
     

    Methods inherited from class org.restlet.service.EncoderService

    createInboundFilter, createOutboundFilter, getAcceptedMediaTypes, getDefaultAcceptedMediaTypes, getDefaultIgnoredMediaTypes, getIgnoredMediaTypes, getMinimumSize, setMinimumSize

    Methods inherited from class org.restlet.service.Service

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

    Methods inherited from class java.lang.Object

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

    • OntopiaEncoderService

      public OntopiaEncoderService()
  • Method Details

    • canEncode

      public boolean canEncode(org.restlet.representation.Representation representation)
      Overrides:
      canEncode in class org.restlet.service.EncoderService