| Modifier and Type | Method and Description |
|---|---|
Route |
TreeNode.getRoute() |
Route |
RegexRoute.getRoute() |
Route |
TreeRouter.route(java.lang.String path)
Returns a Route that matches the given URL path.
|
Route |
Router.route(java.lang.String path)
Returns a Route that matches the given URL path.
|
Route |
RegexRouter.route(java.lang.String path)
Returns a Route that matches the given URL path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeRouter.add(Route route) |
void |
Router.add(Route route) |
void |
RegexRouter.add(Route route) |
void |
TreeNode.setRoute(Route route) |
| Constructor and Description |
|---|
RegexRoute(Route route) |
Copyright © 2018. All Rights Reserved.