Uses of Class
spark.http.matching.RouteContext
-
Packages that use RouteContext Package Description spark.http.matching -
-
Uses of RouteContext in spark.http.matching
Methods in spark.http.matching that return RouteContext Modifier and Type Method Description (package private) static RouteContextRouteContext. create()Creates a RouteContextRouteContextRouteContext. withAcceptType(java.lang.String acceptType)RouteContextRouteContext. withBody(Body body)RouteContextRouteContext. withHttpMethod(HttpMethod httpMethod)RouteContextRouteContext. withHttpRequest(javax.servlet.http.HttpServletRequest httpRequest)RouteContextRouteContext. withMatcher(Routes routeMatcher)RouteContextRouteContext. withRequestWrapper(RequestWrapper requestWrapper)RouteContextRouteContext. withResponse(Response response)RouteContextRouteContext. withResponseWrapper(ResponseWrapper responseWrapper)RouteContextRouteContext. withUri(java.lang.String uri)Methods in spark.http.matching with parameters of type RouteContext Modifier and Type Method Description (package private) static voidAfterAfterFilters. execute(RouteContext context)(package private) static voidAfterFilters. execute(RouteContext context)(package private) static voidBeforeFilters. execute(RouteContext context)(package private) static voidRoutes. execute(RouteContext context)
-