public interface IRestfulServerDefaults
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.context.api.AddProfileTagEnum |
getAddProfileTag()
Deprecated.
As of HAPI FHIR 1.5, this property has been moved to
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum) |
ca.uhn.fhir.rest.api.EncodingEnum |
getDefaultResponseEncoding() |
ElementsSupportEnum |
getElementsSupport() |
ETagSupportEnum |
getETagSupport() |
ca.uhn.fhir.context.FhirContext |
getFhirContext()
Gets the
FhirContext associated with this server. |
List<IServerInterceptor> |
getInterceptors_()
Returns the list of interceptors registered against this server
|
ca.uhn.fhir.interceptor.api.IInterceptorService |
getInterceptorService()
Returns the interceptor service for this server
|
IPagingProvider |
getPagingProvider()
Returns the paging provider for this server
|
boolean |
isDefaultPrettyPrint()
Should the server "pretty print" responses by default (requesting clients can always override this default by
supplying an
Accept header in the request, or a _pretty
parameter in the request URL. |
@Deprecated ca.uhn.fhir.context.api.AddProfileTagEnum getAddProfileTag()
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum)ca.uhn.fhir.rest.api.EncodingEnum getDefaultResponseEncoding()
_format URL parameter, or with an Accept header
in the request. The default is EncodingEnum.XML. Will not return null.ETagSupportEnum getETagSupport()
null). Default is
RestfulServer.DEFAULT_ETAG_SUPPORTElementsSupportEnum getElementsSupport()
_elements parameter on search
and read operations.ca.uhn.fhir.context.FhirContext getFhirContext()
FhirContext associated with this server. For efficient processing, resource providers and plain
providers should generally use this context if one is needed, as opposed to
creating their own.List<IServerInterceptor> getInterceptors_()
IPagingProvider getPagingProvider()
boolean isDefaultPrettyPrint()
Accept header in the request, or a _pretty
parameter in the request URL.
The default is false
ca.uhn.fhir.interceptor.api.IInterceptorService getInterceptorService()
Copyright © 2014–2019 University Health Network. All rights reserved.