public interface IRouteHandlerMatch<R extends IRequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
IHandler<R> |
getHandler()
The route handler.
|
Map<String,String> |
getParameters()
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.
|
IRoute<R> |
getSourceRoute()
The route associated with this match.
|
Copyright © 2016. All rights reserved.