Uses of Class
io.avaje.jex.Routing.Type
-
Packages that use Routing.Type Package Description io.avaje.jex io.avaje.jex.core io.avaje.jex.spi -
-
Uses of Routing.Type in io.avaje.jex
Methods in io.avaje.jex that return Routing.Type Modifier and Type Method Description Routing.TypeRouting.Entry. getType()Return the type of entry.static Routing.TypeRouting.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Routing.Type[]Routing.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Routing.Type in io.avaje.jex.core
Methods in io.avaje.jex.core that return Routing.Type Modifier and Type Method Description Routing.TypeHttpMethodMap. get(String method) -
Uses of Routing.Type in io.avaje.jex.spi
Methods in io.avaje.jex.spi with parameters of type Routing.Type Modifier and Type Method Description SpiRoutes.EntrySpiRoutes. match(Routing.Type type, String pathInfo)Find the matching handler entry given the type and request URI.voidSpiContext. setMode(Routing.Type type)Set to indicate BEFORE, Handler and AFTER modes of the request.
-