Package | Description |
---|---|
spark | |
spark.exception |
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) |
void |
ExceptionHandler.handle(Exception exception,
Request request,
Response response)
Invoked when an exception that is mapped to this handler occurs during routing
|
void |
Filter.handle(Request request,
Response response)
Invoked when a request is made on this filter's corresponding path e.g.
|
ModelAndView |
TemplateViewRoute.handle(Request request,
Response response)
Invoked when a request is made on this route's corresponding path e.g.
|
Object |
Route.handle(Request request,
Response response)
Invoked when a request is made on this route's corresponding path e.g.
|
abstract void |
FilterImpl.handle(Request request,
Response response)
Invoked when a request is made on this filter's corresponding path e.g.
|
abstract Object |
RouteImpl.handle(Request request,
Response response)
Invoked when a request is made on this route's corresponding path e.g.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ExceptionHandlerImpl.handle(Exception exception,
Request request,
Response response)
Invoked when an exception that is mapped to this handler occurs during routing
|
Copyright © 2015. All rights reserved.