Package | Description |
---|---|
spark |
Modifier and Type | Method and Description |
---|---|
static Response |
RequestResponseFactory.create(javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static String |
Access.getBody(Response response) |
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.