| Interface | Description |
|---|---|
| IHandler<R extends IRequestContext<?>> |
A route handler.
|
| IRoute<R extends IRequestContext<?>> |
Represents a route and all its informations.
|
| IRouteBuilder<R extends IRequestContext<?>> |
Builder to create a route.
|
| IRouteBuilderFactory<R extends IRequestContext<?>> |
Factory to create a route builder.
|
| IRouteHandlerMatch<R extends IRequestContext<?>> |
Reprensents a match found by the router.
|
| IRouter<R extends IRequestContext<?>> |
The router.
|
| IRoutingRequestContextAddon<R extends IRequestContext<?>> |
Add-on to get information about
the current routing process.
|
| IRoutingResult<R extends IRequestContext<?>> |
The result of the router, when asked to find matches for
a request.
|
| IStaticResource<R extends IRequestContext<?>> |
A static resource, from the classpath or the
file system.
|
| IStaticResourceBuilder<R extends IRequestContext<?>> |
Builder to create static resources.
|
| IStaticResourceBuilderFactory<R extends IRequestContext<?>> |
Factory to create static resources builders.
|
| IStaticResourceCorsConfig |
Cors configurations available for a static resource.
|
| Class | Description |
|---|---|
| DefaultRouteParamAliasesBinder<R extends IRequestContext<?>> |
Component that binds some default route parameter aliases.
|
| Enum | Description |
|---|---|
| HttpMethod |
Enum for the
HTTP methods. |
| RoutingType |
The possible types of a routing process.
|
| StaticResourceType |
The possible types of a static resource.
|
Copyright © 2016. All rights reserved.