Package net.ontopia.topicmaps.rest
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleancanEncode(org.restlet.representation.Representation representation) Methods inherited from class org.restlet.service.EncoderService
createInboundFilter, createOutboundFilter, getAcceptedMediaTypes, getDefaultAcceptedMediaTypes, getDefaultIgnoredMediaTypes, getIgnoredMediaTypes, getMinimumSize, setMinimumSizeMethods inherited from class org.restlet.service.Service
getContext, isEnabled, isStarted, isStopped, setContext, setEnabled, start, stop
-
Constructor Details
-
OntopiaEncoderService
public OntopiaEncoderService()
-
-
Method Details
-
canEncode
public boolean canEncode(org.restlet.representation.Representation representation) - Overrides:
canEncodein classorg.restlet.service.EncoderService
-