| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
protected IRoutingResult<R> |
SpincastFrontController.findRouteMatch(R requestContext)
Find the route handlers to call.
|
protected IRoutingResult<R> |
SpincastFrontController.prepareNotFoundRouting(Object exchange,
R requestContext)
Prepare a direct Not Found routing.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpincastFrontController.callRouteHandlers(R requestContext,
IRoutingResult<R> routingResult)
Call the handlers, in order they are specified.
|
protected void |
SpincastFrontController.customExceptionHandling(Throwable ex,
R requestContext,
IRoutingResult<R> originalRoutingResult)
Custom exception handling.
|
protected void |
SpincastFrontController.manageForwardRouteException(ForwardRouteException ex,
R context,
IRoutingResult<R> originalRoutingResult)
Manage a ForwardRouteException exception.
|
protected void |
SpincastFrontController.manageRedirectException(RedirectException ex,
R context,
IRoutingResult<R> routingResult)
Manage a RedirectException exception.
|
| Modifier and Type | Method and Description |
|---|---|
IRoutingResult<R> |
IRoutingRequestContextAddon.getRoutingResult()
The routing result for the current request,
as returned by the router.
|
IRoutingResult<R> |
IRouter.route(R requestContext)
Find the route to use to handle the current request.
|
IRoutingResult<R> |
IRouter.route(R requestContext,
RoutingType routingType)
Find the route to use to handle the current request, given the
specified routing type.
|
Copyright © 2016. All rights reserved.