
Uses of Package
ca.uhn.fhir.rest.server.interceptor
Packages that use ca.uhn.fhir.rest.server.interceptor
-
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.This interceptor can be used to selectively block specific interactions/operations from the server's capabilities.Base class for
IServerInterceptor
implementations.Provides methods to intercept requests and responses.Deprecated.This 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
Hook
annotation without needing to implement any interceptor