| CustomErrorPages |
Holds the custom error pages.
|
| ExceptionHandler |
Created by Per Wendel on 2014-05-10.
|
| ExceptionHandlerImpl |
|
| ExceptionMapper |
|
| Experimental |
Types and methods annotated with this annotation are experimental and may be changed or removed from the API at any
time.
|
| Filter |
Created by Per Wendel on 2014-05-10.
|
| FilterImpl |
FilterImpl is created from a path, acceptType and Filter.
|
| HaltException |
Exception used for stopping the execution
|
| ModelAndView |
Model And View class is used to set the name of the view and the model object
to be rendered.
|
| QueryParamsMap |
These objects represent the parameters sent on a Http Request.
|
| Redirect |
Provides redirect utility methods.
|
| Redirect.Status |
The available redirect status codes.
|
| Request |
Provides information about the HTTP request
|
| Response |
Provides functionality for modifying the response
|
| ResponseTransformer |
A ResponseTransformer holds the implementation of the 'render' method.
|
| ResponseTransformerRouteImpl |
A ResponseTransformerRouteImpl is built up by a path (for url-matching) and the
implementation of the 'render' method.
|
| Routable |
Routable abstract class.
|
| Route |
Created by Per Wendel on 2014-05-10.
|
| RouteGroup |
|
| RouteImpl |
RouteImpl is created from a path, acceptType and Route.
|
| Service |
Represents a Spark server "session".
|
| Service.StaticFiles |
Provides static files utility methods.
|
| Session |
Provides session information.
|
| TemplateEngine |
A Template holds the implementation of the 'render' method.
|
| TemplateViewRoute |
A TemplateViewRoute is built up by a path.
|
| TemplateViewRouteImpl |
A TemplateViewRoute is built up by a path (for url-matching) and the implementation of the 'render' method.
|