Uses of Class
spark.http.matching.ResponseWrapper
-
Packages that use ResponseWrapper Package Description spark.http.matching -
-
Uses of ResponseWrapper in spark.http.matching
Fields in spark.http.matching declared as ResponseWrapper Modifier and Type Field Description private ResponseWrapperRouteContext. responseWrapperMethods in spark.http.matching that return ResponseWrapper Modifier and Type Method Description (package private) static ResponseWrapperResponseWrapper. create()ResponseWrapperRouteContext. responseWrapper()Methods in spark.http.matching with parameters of type ResponseWrapper Modifier and Type Method Description (package private) static voidGeneralError. modify(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, Body body, RequestWrapper requestWrapper, ResponseWrapper responseWrapper, ExceptionMapper exceptionMapper, java.lang.Exception e)Modifies the HTTP response and body based on the provided exception.RouteContextRouteContext. withResponseWrapper(ResponseWrapper responseWrapper)
-