Uses of Class
ca.uhn.fhir.rest.server.RestfulServerUtils.ResponseEncoding
-
Uses of RestfulServerUtils.ResponseEncoding in ca.uhn.fhir.rest.server
Modifier and TypeMethodDescriptionRestfulServerUtils.determineResponseEncodingNoDefault
(RequestDetails theReq, ca.uhn.fhir.rest.api.EncodingEnum thePrefer) Returns null if the request doesn't express that it wants FHIR.RestfulServerUtils.determineResponseEncodingNoDefault
(RequestDetails theReq, ca.uhn.fhir.rest.api.EncodingEnum thePrefer, String thePreferContentType) Try to determing the response content type, given the request Accept header and _format parameter.RestfulServerUtils.determineResponseEncodingWithDefault
(RequestDetails theReq) Determine whether a response should be given in JSON or XML format based on the incoming HttpServletRequest's"_format"
parameter and"Accept:"
HTTP header.