Uses of Class
ca.uhn.fhir.rest.api.server.ResponseDetails
-
Packages that use ResponseDetails Package Description ca.uhn.fhir.rest.server.interceptor ca.uhn.fhir.rest.server.interceptor.consent ca.uhn.fhir.rest.server.method -
-
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor with parameters of type ResponseDetails Modifier and Type Method Description booleanInterceptorAdapter. outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, javax.servlet.http.HttpServletRequest theServletRequest, javax.servlet.http.HttpServletResponse theServletResponse)booleanIServerInterceptor. outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, javax.servlet.http.HttpServletRequest theServletRequest, javax.servlet.http.HttpServletResponse theServletResponse)This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client.booleanResponseHighlighterInterceptor. outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseObject, javax.servlet.http.HttpServletRequest theServletRequest, javax.servlet.http.HttpServletResponse theServletResponse) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type ResponseDetails Modifier and Type Method Description voidConsentInterceptor. interceptOutgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResource) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.method
Methods in ca.uhn.fhir.rest.server.method with parameters of type ResponseDetails Modifier and Type Method Description static booleanBaseResourceReturningMethodBinding. callOutgoingResponseHook(RequestDetails theRequest, ResponseDetails theResponseDetails)
-