Uses of Class
com.ibm.fhir.config.FHIRRequestContext
-
Packages that use FHIRRequestContext Package Description com.ibm.fhir.config com.ibm.fhir.server.filter.rest -
-
Uses of FHIRRequestContext in com.ibm.fhir.config
Methods in com.ibm.fhir.config that return FHIRRequestContext Modifier and Type Method Description static FHIRRequestContext
FHIRRequestContext. get()
Returns the FHIRRequestContext on the current thread.Methods in com.ibm.fhir.config with parameters of type FHIRRequestContext Modifier and Type Method Description static void
FHIRRequestContext. set(FHIRRequestContext context)
Sets the specified FHIRRequestContext instance on the current thread, so that it can be used by FHIR Server downstream processing. -
Uses of FHIRRequestContext in com.ibm.fhir.server.filter.rest
Methods in com.ibm.fhir.server.filter.rest with parameters of type FHIRRequestContext Modifier and Type Method Description (package private) void
FHIRRestServletFilter. checkFhirVersionParameter(FHIRRequestContext context)
Check that FHIR version parameters in the HTTP headers are valid.
-