Uses of Enum Class
org.spincast.core.routing.RoutingType
Packages that use RoutingType
-
Uses of RoutingType in org.spincast.core.routing
Methods in org.spincast.core.routing that return RoutingTypeModifier and TypeMethodDescriptionstatic RoutingTypeReturns the enum constant of this class with the specified name.static RoutingType[]RoutingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spincast.core.routing that return types with arguments of type RoutingTypeModifier and TypeMethodDescriptionRoute.getRoutingTypes()Therouting typesthe route should be considered for.Methods in org.spincast.core.routing with parameters of type RoutingTypeModifier and TypeMethodDescriptionRouter.route(R requestContext, RoutingType routingType) Find the route to use to handle the current request, given the specified routing type.