Package com.duncpro.jroute.router
Class RouteMatch<E>
- java.lang.Object
-
- com.duncpro.jroute.router.RouteMatch<E>
-
public class RouteMatch<E> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
getEndpoint()
Route
getRoute()
Returns the route matching the path.
-
-
-
Method Detail
-
getEndpoint
public E getEndpoint()
-
getRoute
public Route getRoute()
Returns the route matching the path. The returnedRoute
object can be used to extract path arguments for route parameters. SeeRoute.extractVariables(String)
.
-
-