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 RoutingType
Returns 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 types
the 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. -
Uses of RoutingType in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return types with arguments of type RoutingTypeModifier and TypeMethodDescriptionSpincastRouterConfig.getFilterDefaultRoutingTypes()
The routing types to apply a filter (none "0" position) when none is explicitly specified.SpincastRouterConfigDefault.getFilterDefaultRoutingTypes()
RouteBuilderDefault.getRoutingTypes()
RouteDefault.getRoutingTypes()
Methods in org.spincast.plugins.routing with parameters of type RoutingTypeModifier and TypeMethodDescriptionprotected List<RouteHandlerMatch<R>>
SpincastRouter.createRegularHandlerMatches
(RoutingType routingType, Route<R> route, HttpMethod httpMethod, List<String> acceptedContentTypes, URL url, int position) Get the matches (filters and main handle) if the route matches the URL and HTTP method, or returns NULL otherwise.protected boolean
SpincastRouter.isRoutingTypeMatch
(RoutingType routingType, Route<R> route) SpincastRouter.route
(R requestContext, String fullUrl, RoutingType routingType) SpincastRouter.route
(R requestContext, RoutingType routingType)