Uses of Class
ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
-
-
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return ServletRequestDetails Modifier and Type Method Description protected ServletRequestDetailsRestfulServer. newRequestDetails()Deprecated.Deprecated in HAPI FHIR 4.1.0 - Users wishing to override this method should overrideRestfulServer.newRequestDetails(RequestTypeEnum, HttpServletRequest, HttpServletResponse)insteadprotected ServletRequestDetailsRestfulServer. newRequestDetails(ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType, javax.servlet.http.HttpServletRequest theRequest, javax.servlet.http.HttpServletResponse theResponse)Subclasses may override this to customize the way that the RequestDetails object is created.Methods in ca.uhn.fhir.rest.server with parameters of type ServletRequestDetails Modifier and Type Method Description protected voidRestfulServer. addRequestIdToResponse(ServletRequestDetails theRequestDetails, String theRequestId)StringRestfulServer. getServerBaseForRequest(ServletRequestDetails theRequest)Returns the server base URL (with no trailing '/') for a given requestObjectRestfulServer. returnResponse(ServletRequestDetails theRequest, ParseAction<?> outcome, int operationStatus, boolean allowPrefer, ca.uhn.fhir.rest.api.MethodOutcome response, String resourceName)protected voidRestfulServer. validateRequest(ServletRequestDetails theRequestDetails) -
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor with parameters of type ServletRequestDetails Modifier and Type Method Description voidInterceptorAdapter. processingCompletedNormally(ServletRequestDetails theRequestDetails)voidIServerInterceptor. processingCompletedNormally(ServletRequestDetails theRequestDetails)This method is called after all processing is completed for a request, but only if the request completes normally (i.e.voidLoggingInterceptor. processingCompletedNormally(ServletRequestDetails theRequestDetails) -
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type ServletRequestDetails Modifier and Type Method Description voidSearchNarrowingInterceptor. incomingRequestPreHandled(ServletRequestDetails theRequestDetails, javax.servlet.http.HttpServletRequest theRequest, javax.servlet.http.HttpServletResponse theResponse) -
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server.provider
Methods in ca.uhn.fhir.rest.server.provider with parameters of type ServletRequestDetails Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseBundleBaseLastNProvider. lastN(ServletRequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseReference theSubject, List<org.hl7.fhir.instance.model.api.IBaseCoding> theCategories, List<org.hl7.fhir.instance.model.api.IBaseCoding> theCodes, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theMax) -
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server.servlet
Subclasses of ServletRequestDetails in ca.uhn.fhir.rest.server.servlet Modifier and Type Class Description classServletSubRequestDetailsConstructors in ca.uhn.fhir.rest.server.servlet with parameters of type ServletRequestDetails Constructor Description ServletRestfulResponse(ServletRequestDetails servletRequestDetails)ConstructorServletSubRequestDetails(ServletRequestDetails theRequestDetails)Constructor -
Uses of ServletRequestDetails in ca.uhn.fhir.rest.server.util
Methods in ca.uhn.fhir.rest.server.util with parameters of type ServletRequestDetails Modifier and Type Method Description static StringServletRequestUtil. extractUrl(ServletRequestDetails theRequestDetails)static ServletSubRequestDetailsServletRequestUtil. getServletSubRequestDetails(ServletRequestDetails theRequestDetails, String url, com.google.common.collect.ArrayListMultimap<String,String> theParamValues)
-