Uses of Package
ca.uhn.fhir.rest.server.interceptor
Packages that use ca.uhn.fhir.rest.server.interceptor
Package
Description
-
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server
-
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server.interceptorClassDescriptionThis interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.Base class for
IServerInterceptorimplementations.Provides methods to intercept requests and responses.Deprecated.Deprecated.Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHookannotation without needing to implement any interceptorThis interceptor detects when a request is coming from a browser, and automatically returns a response with syntax highlighted (coloured) HTML for the response instead of just returning raw XML/JSON.Contains the results of the capture -
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server.methodClassDescriptionDeprecated.This class doesn't bring anything that can't be done with
RequestDetails.
RequestDetails.