Uses of Class
spark.http.matching.ResponseWrapper
Packages that use ResponseWrapper
-
Uses of ResponseWrapper in spark.http.matching
Fields in spark.http.matching declared as ResponseWrapperMethods in spark.http.matching that return ResponseWrapperModifier and TypeMethodDescription(package private) static ResponseWrapper
ResponseWrapper.create()
RouteContext.responseWrapper()
Methods in spark.http.matching with parameters of type ResponseWrapperModifier and TypeMethodDescription(package private) static void
GeneralError.modify
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, Body body, RequestWrapper requestWrapper, ResponseWrapper responseWrapper, ExceptionMapper exceptionMapper, Exception e) Modifies the HTTP response and body based on the provided exception.RouteContext.withResponseWrapper
(ResponseWrapper responseWrapper)