| Package | Description |
|---|---|
| spark |
| Modifier and Type | Method and Description |
|---|---|
static Request |
RequestResponseFactory.create(RouteMatch match,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Filter.handle(Request request,
Response response)
Invoked when a request is made on this filter's corresponding path e.g.
|
abstract Object |
Route.handle(Request request,
Response response)
Invoked when a request is made on this route's corresponding path e.g.
|
Copyright © 2013. All Rights Reserved.