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, insert
public RouteTreeIgnoreTrailingSlash(io.jooby.internal.RouteTree tree)
public boolean exists(String method, String path)
exists
in class RouteTreeForwarding
public Router.Match find(String method, String path)
find
in class RouteTreeForwarding
Copyright © 2020. All rights reserved.