public interface RouteHandlerMatch<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
Handler<R> |
getHandler()
The route handler.
|
Map<String,String> |
getPathParams()
The values parsed from the URL, given
the dynamic parameters of the route's path, if any.
|
int |
getPosition()
The position the handler should be run at.
|
Route<R> |
getSourceRoute()
The route associated with this match.
|
Copyright © 2018. All rights reserved.