| Interface | Description |
|---|---|
| ExceptionHandler<T extends Exception> |
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.
|
| RouteGroup | |
| TemplateViewRoute |
A TemplateViewRoute is built up by a path.
|
| Class | Description |
|---|---|
| Access |
Provides access to package protected methods.
|
| CustomErrorPages |
Holds the custom error pages.
|
| ExceptionHandlerImpl<T extends Exception> | |
| ExceptionMapper | |
| FilterImpl |
FilterImpl is created from a path, acceptType and Filter.
|
| 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.
|
| 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 |
RouteImpl is created from a path, acceptType and Route.
|
| Service |
Represents a Spark server "session".
|
| Session |
Provides session information.
|
| Spark |
The main building block of a Spark application is a set of routes.
|
| 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.
|
| Enum | Description |
|---|---|
| Redirect.Status |
The available redirect status codes.
|
| Exception | Description |
|---|---|
| HaltException |
Exception used for stopping the execution
|
| Annotation Type | Description |
|---|---|
| Experimental |
Types and methods annotated with this annotation are experimental and may be changed or removed from the API at any
time.
|
Copyright © 2019. All rights reserved.