Uses of Interface
io.avaje.jex.Routing
Packages that use Routing
-
Uses of Routing in io.avaje.jex
Methods in io.avaje.jex that return RoutingModifier and TypeMethodDescriptionRouting.add(Routing.Service routes)Add the routes provided by the Routing Service.Routing.addAll(Collection<Routing.Service> routes)Add all the routes provided by the Routing Services.Add an after filter for all requests.Add a after filter for the given path.Add a before filter for all requests.Add a before filter for the given path.Add a GET handler for "/".Add a GET handler for "/" with roles.Add a GET handler.Add a GET handler with roles.Routing.path(String path, Routing.Group group)Add a group of route handlers with a common path prefix.Add a POST handler for "/".Add a POST handler for "/" with roles.Add a POST handler with roles.Add a POST handler with roles.Jex.routing()Return the Routing to configure.Methods in io.avaje.jex with parameters of type Routing