Uses of Class
spark.Response
Packages that use Response
-
Uses of Response in spark
Modifier and TypeMethodDescriptionstatic Response
RequestResponseFactory.create
(javax.servlet.http.HttpServletResponse response) Modifier and TypeMethodDescriptionstatic Object
Gets the custom error page for a given status code.void
Invoked when an exception that is mapped to this handler occurs during routingabstract void
Invoked when an exception that is mapped to this handler occurs during routingvoid
Invoked when a request is made on this filter's corresponding path e.g.abstract void
Invoked when a request is made on this filter's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g.abstract Object
Invoked when a request is made on this route's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g. -
Uses of Response in spark.http.matching
Subclasses of Response in spark.http.matchingFields in spark.http.matching declared as ResponseModifier and TypeFieldDescriptionprivate Response
ResponseWrapper.delegate
private Response
RouteContext.response
Methods in spark.http.matching that return ResponseModifier and TypeMethodDescription(package private) Response
ResponseWrapper.getDelegate()
RouteContext.response()
Methods in spark.http.matching with parameters of type ResponseModifier and TypeMethodDescriptionvoid
ResponseWrapper.setDelegate
(Response delegate) RouteContext.withResponse
(Response response)