Uses of Class
spark.routematch.RouteMatch
Packages that use RouteMatch
-
Uses of RouteMatch in spark
Methods in spark that return types with arguments of type RouteMatchMethods in spark with parameters of type RouteMatchModifier and TypeMethodDescriptionstatic 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 RouteMatchModifierConstructorDescription(package private)
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 -
Uses of RouteMatch in spark.route
Methods in spark.route that return RouteMatchModifier and TypeMethodDescriptionRoutes.find
(HttpMethod httpMethod, String path, String acceptType) finds target for a requested routeSimpleRouteMatcher.findTargetForRequestedRoute
(HttpMethod httpMethod, String path, String acceptType) Deprecated.Methods in spark.route that return types with arguments of type RouteMatchModifier and TypeMethodDescriptionRoutes.findAll()
Routes.findMultiple
(HttpMethod httpMethod, String path, String acceptType) Finds multiple targets for a requested route.SimpleRouteMatcher.findTargetsForRequestedRoute
(HttpMethod httpMethod, String path, String acceptType) Deprecated.