Uses of Package
ca.uhn.fhir.rest.server.interceptor
-
Packages that use ca.uhn.fhir.rest.server.interceptor Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.interceptor ca.uhn.fhir.rest.server.method -
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server Class Description IServerInterceptor Provides methods to intercept requests and responses. -
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server.interceptor Class Description BaseValidatingInterceptor This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.ExceptionHandlingInterceptor InterceptorAdapter Base class forIServerInterceptorimplementations.IServerInterceptor Provides methods to intercept requests and responses.IServerInterceptor.ActionRequestDetails Deprecated.This class doesn't bring anything that can't be done withRequestDetails.IServerOperationInterceptor 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 interceptorResponseHighlighterInterceptor 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. -
Classes in ca.uhn.fhir.rest.server.interceptor used by ca.uhn.fhir.rest.server.method Class Description IServerInterceptor.ActionRequestDetails Deprecated.This class doesn't bring anything that can't be done withRequestDetails.