| Package | Description |
|---|---|
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
static RoutingType |
RoutingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingType[] |
RoutingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RoutingType> |
Route.getRoutingTypes()
The
routing types the route should be considered for. |
| Modifier and Type | Method and Description |
|---|---|
RoutingResult<R> |
Router.route(R requestContext,
RoutingType routingType)
Find the route to use to handle the current request, given the
specified routing type.
|
Copyright © 2018. All rights reserved.