Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Method and Description |
---|---|
Router.Match |
Router.match(Context ctx)
Find a matching route using the given context.
|
Router.Match |
Jooby.match(Context ctx) |
Modifier and Type | Class and Description |
---|---|
class |
RouterMatch |
class |
StaticRouterMatch |
Modifier and Type | Method and Description |
---|---|
Router.Match |
RouteTreeIgnoreTrailingSlash.find(String method,
String path) |
Router.Match |
RouteTreeForwarding.find(String method,
String path) |
Router.Match |
RouteTreeNormPath.find(String method,
String path) |
Router.Match |
RouteTreeLowerCasePath.find(String method,
String path) |
Router.Match |
RouterImpl.match(Context ctx) |
Copyright © 2020. All rights reserved.