- Enclosing interface:
- Router
public static interface Router.Match
Find route result.
-
Method Summary
-
Method Details
-
matches
boolean matches()True for matching route.- Returns:
- True for matching route.
-
route
Matched route.- Returns:
- Matched route.
-
execute
Executes matched route.- Parameters:
context
- not null.pipeline
- Handler.
-
execute
-
pathMap
Path pattern variables.- Returns:
- Path pattern variables.
-