Interface | Description |
---|---|
ExceptionHandler |
Created by Per Wendel on 2014-05-10.
|
Filter |
Created by Per Wendel on 2014-05-10.
|
ResponseTransformer |
A ResponseTransformer holds the implementation of the 'render' method.
|
Route |
Created by Per Wendel on 2014-05-10.
|
TemplateViewRoute |
A TemplateViewRoute is built up by a path.
|
Class | Description |
---|---|
Access | |
FilterImpl |
A Filter is built up by a path (for url-matching) and the implementation of the 'handle' method.
|
JettyLogger |
Jetty Logger
|
LambdaTest |
Created by Per Wendel on 2014-05-10.
|
ModelAndView |
Model And View class is used to set the name of the view and the model object
to be rendered.
|
QueryParamsMap |
This objects represent the parameters sent on a Http Request.
|
Request |
Provides information about the HTTP request
|
RequestResponseFactory | |
Response |
Provides functionality for modifying the response
|
ResponseTransformerRouteImpl |
A ResponseTransformerRouteImpl is built up by a path (for url-matching) and the
implementation of the 'render' method.
|
RouteImpl |
A Route is built up by a path (for url-matching) and the implementation of the 'handle' method.
|
Session |
Provides session information.
|
Spark |
The main building block of a Spark application is a set of routes.
|
SparkBase |
Spark base class
|
TemplateEngine |
A Template holds the implementation of the 'render' method.
|
TemplateViewRouteImpl |
A TemplateViewRoute is built up by a path (for url-matching) and the implementation of the 'render' method.
|
Exception | Description |
---|---|
HaltException |
Exception used for stopping the execution
|
Copyright © 2014. All Rights Reserved.