public interface RoutingRequestContextAddon<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
RouteHandlerMatch<R> |
getCurrentRouteHandlerMatch()
The current route handler being run (may be a filter) and its
associated information.
|
int |
getPosition()
The current route handler position.
|
RoutingResult<R> |
getRoutingResult()
The routing result for the current request,
as returned by the router.
|
boolean |
isExceptionRoute()
Are we currently on an "Exception" routing type?
|
boolean |
isForwarded()
Is the current route forwarded?
|
boolean |
isNotFoundRoute()
Are we currently on a "Not Found" routing type?
|
boolean isNotFoundRoute()
boolean isExceptionRoute()
boolean isForwarded()
RouteHandlerMatch<R> getCurrentRouteHandlerMatch()
RoutingResult<R> getRoutingResult()
int getPosition()
Copyright © 2018. All rights reserved.