| Class | Description |
|---|---|
| AbstractRoute |
Functionality used in both Route and Filter
|
| Access | |
| Filter |
A Filter is built up by a path (for url-matching) and the implementation of the 'handle' method.
|
| JettyLogger |
Jetty Logger
|
| 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
|
| ResponseTransformerRoute |
A ResponseTransformerRoute is built up by a path (for url-matching) and the
implementation of the 'render' method.
|
| Route |
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.
|
| TemplateViewRoute |
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 © 2013. All Rights Reserved.