public class RouteTreeIgnoreTrailingSlash extends RouteTreeForwarding
| Constructor and Description |
|---|
RouteTreeIgnoreTrailingSlash(io.jooby.internal.RouteTree tree) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String method,
String path) |
Router.Match |
find(String method,
String path) |
destroy, insertpublic RouteTreeIgnoreTrailingSlash(io.jooby.internal.RouteTree tree)
public boolean exists(String method, String path)
exists in class RouteTreeForwardingpublic Router.Match find(String method, String path)
find in class RouteTreeForwardingCopyright © 2020. All rights reserved.