Uses of Class
ca.uhn.fhir.rest.server.RestfulServerUtils.ResponseEncoding
-
Packages that use RestfulServerUtils.ResponseEncoding Package Description ca.uhn.fhir.rest.server -
-
Uses of RestfulServerUtils.ResponseEncoding in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return RestfulServerUtils.ResponseEncoding Modifier and Type Method Description static RestfulServerUtils.ResponseEncodingRestfulServerUtils. determineResponseEncodingNoDefault(RequestDetails theReq, ca.uhn.fhir.rest.api.EncodingEnum thePrefer)Returns null if the request doesn't express that it wants FHIR.static RestfulServerUtils.ResponseEncodingRestfulServerUtils. 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.static RestfulServerUtils.ResponseEncodingRestfulServerUtils. 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.
-