| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.interceptor | |
| ca.uhn.fhir.rest.server.servlet |
| Modifier and Type | Method and Description |
|---|---|
String |
RestfulServer.getServerBaseForRequest(ServletRequestDetails theRequest)
Returns the server base URL (with no trailing '/') for a given request
|
Object |
RestfulServer.returnResponse(ServletRequestDetails theRequest,
ParseAction<?> outcome,
int operationStatus,
boolean allowPrefer,
ca.uhn.fhir.rest.api.MethodOutcome response,
String resourceName) |
protected void |
RestfulServer.validateRequest(ServletRequestDetails theRequestDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorAdapter.processingCompletedNormally(ServletRequestDetails theRequestDetails) |
void |
IServerInterceptor.processingCompletedNormally(ServletRequestDetails theRequestDetails)
This method is called after all processing is completed for a request, but only if the
request completes normally (i.e.
|
void |
LoggingInterceptor.processingCompletedNormally(ServletRequestDetails theRequestDetails) |
| Constructor and Description |
|---|
ServletRestfulResponse(ServletRequestDetails servletRequestDetails) |
Copyright © 2014–2019 University Health Network. All rights reserved.