Package ca.uhn.fhir.rest.server
Class RestfulServerUtils.ResponseEncoding
- java.lang.Object
-
- ca.uhn.fhir.rest.server.RestfulServerUtils.ResponseEncoding
-
- Enclosing class:
- RestfulServerUtils
public static class RestfulServerUtils.ResponseEncoding extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseEncoding(ca.uhn.fhir.context.FhirContext theCtx, ca.uhn.fhir.rest.api.EncodingEnum theEncoding, String theContentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()ca.uhn.fhir.rest.api.EncodingEnumgetEncoding()StringgetResourceContentType()
-
-
-
Constructor Detail
-
ResponseEncoding
public ResponseEncoding(ca.uhn.fhir.context.FhirContext theCtx, ca.uhn.fhir.rest.api.EncodingEnum theEncoding, String theContentType)
-
-
Method Detail
-
getContentType
public String getContentType()
-
getEncoding
public ca.uhn.fhir.rest.api.EncodingEnum getEncoding()
-
getResourceContentType
public String getResourceContentType()
-
-