Uses of Class
spark.routematch.RouteMatch
-
Packages that use RouteMatch Package Description spark spark.http.matching spark.route -
-
Uses of RouteMatch in spark
Methods in spark that return types with arguments of type RouteMatch Modifier and Type Method Description java.util.List<RouteMatch>
Service. routes()
static java.util.List<RouteMatch>
Spark. routes()
Methods in spark with parameters of type RouteMatch Modifier and Type Method Description static void
Access. changeMatch(Request request, RouteMatch match)
protected void
Request. changeMatch(RouteMatch match)
static Request
RequestResponseFactory. create(RouteMatch match, javax.servlet.http.HttpServletRequest request)
Constructors in spark with parameters of type RouteMatch Constructor Description Request(RouteMatch match, javax.servlet.http.HttpServletRequest request)
Constructor -
Uses of RouteMatch in spark.http.matching
Methods in spark.http.matching with parameters of type RouteMatch Modifier and Type Method Description void
RequestWrapper. changeMatch(RouteMatch match)
-
Uses of RouteMatch in spark.route
Methods in spark.route that return RouteMatch Modifier and Type Method Description RouteMatch
Routes. find(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)
finds target for a requested routeRouteMatch
SimpleRouteMatcher. findTargetForRequestedRoute(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)
Deprecated.Methods in spark.route that return types with arguments of type RouteMatch Modifier and Type Method Description java.util.List<RouteMatch>
Routes. findAll()
java.util.List<RouteMatch>
Routes. findMultiple(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)
Finds multiple targets for a requested route.java.util.List<RouteMatch>
SimpleRouteMatcher. findTargetsForRequestedRoute(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)
Deprecated.
-