| Package | Description |
|---|---|
| spark | |
| spark.route |
| Modifier and Type | Method and Description |
|---|---|
static Request |
RequestResponseFactory.create(RouteMatch match,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
RouteMatch |
RouteMatcher.findTargetForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType)
Finds the a target route for the requested route path and accept type
|
RouteMatch |
SimpleRouteMatcher.findTargetForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteMatch> |
RouteMatcher.findTargetsForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType) |
List<RouteMatch> |
SimpleRouteMatcher.findTargetsForRequestedRoute(HttpMethod httpMethod,
String path,
String acceptType) |
Copyright © 2013. All Rights Reserved.