Package | Description |
---|---|
spark | |
spark.route |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
RouteMatch |
Routes.find(HttpMethod httpMethod,
String path,
String acceptType)
finds target for a requested route
|
RouteMatch |
SimpleRouteMatcher.findTargetForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<RouteMatch> |
Routes.findMultiple(HttpMethod httpMethod,
String path,
String acceptType)
Finds multiple targets for a requested route.
|
List<RouteMatch> |
SimpleRouteMatcher.findTargetsForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType)
Deprecated.
|
Copyright © 2017. All rights reserved.