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 DELETE handler for "/".Add a DELETE handler.Add a GET handler for "/".Add a GET handler.Add a HEAD handler for "/".Add a HEAD handler.Add a PATCH handler for "/".Add a PATCH handler.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.Add a PUT handler for "/".Add a PUT handler.Jex.routing()Return the Routing to configure.Add a TRACE handler for "/".Add a TRACE handler.Specify permittedRoles for the last added handler using varargs.Specify permittedRoles for the last added handler.Methods in io.avaje.jex with parameters of type Routing -
Uses of Routing in io.avaje.jex.spi
Methods in io.avaje.jex.spi with parameters of type RoutingModifier and TypeMethodDescriptionSpiRoutesProvider.create(Routing routing, AccessManager accessManager, boolean ignoreTrailingSlashes) Build and return the Routing.