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 ResponseWrapper
RouteContext. responseWrapper
Methods in spark.http.matching that return ResponseWrapper Modifier and Type Method Description (package private) static ResponseWrapper
ResponseWrapper. create()
ResponseWrapper
RouteContext. responseWrapper()
Methods in spark.http.matching with parameters of type ResponseWrapper Modifier and Type Method Description (package private) static void
GeneralError. 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.RouteContext
RouteContext. withResponseWrapper(ResponseWrapper responseWrapper)
-