| Package | Description |
|---|---|
| spark |
| Class and Description |
|---|
| AbstractRoute
Functionality used in both Route and Filter
|
| Filter
A Filter is built up by a path (for url-matching) and the implementation of the 'handle' method.
|
| 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
|
| Response
Provides functionality for modifying the response
|
| Route
A Route is built up by a path (for url-matching) and the implementation of the 'handle' method.
|
| Session
Provides session information.
|
Copyright © 2013. All Rights Reserved.