Uses of Enum
io.avaje.jex.Routing.Type
Packages that use Routing.Type
-
Uses of Routing.Type in io.avaje.jex
Methods in io.avaje.jex that return Routing.TypeModifier and TypeMethodDescriptionRouting.Entry.getType()Return the type of entry.static Routing.TypeReturns 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.spi
Methods in io.avaje.jex.spi that return Routing.TypeModifier and TypeMethodDescriptionProxyServiceManager.lookupRoutingType(String method) SpiServiceManager.lookupRoutingType(String method) Return the routing type given the http method.Methods in io.avaje.jex.spi with parameters of type Routing.TypeModifier and TypeMethodDescriptionSpiRoutes.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.