JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.jooby.Router.Match
Packages that use
Router.Match
Package
Description
io.jooby
Welcome to Jooby!
Uses of
Router.Match
in
io.jooby
Methods in
io.jooby
that return
Router.Match
Modifier and Type
Method
Description
Router.Match
Jooby.
match
(
Context
ctx)
Router.Match
Router.
match
(
Context
ctx)
Find a matching route using the given context.