public interface Router
| Modifier and Type | Method and Description |
|---|---|
void |
add(Route route) |
Route |
route(java.lang.String path)
Returns a Route that matches the given URL path.
|
void add(Route route)
Route route(java.lang.String path)
path - a decoded or undecoded URL path,
depending on the Router implementationCopyright © 2018. All Rights Reserved.