| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails,
ResponseDetails theResponseDetails,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse) |
boolean |
IServerInterceptor.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.
|
boolean |
ResponseHighlighterInterceptor.outgoingResponse(RequestDetails theRequestDetails,
ResponseDetails theResponseObject,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse) |
Copyright © 2014–2019 University Health Network. All rights reserved.