Uses of Interface
org.spincast.core.routing.RouteHandlerMatch
Packages that use RouteHandlerMatch
-
Uses of RouteHandlerMatch in org.spincast.core.routing
Methods in org.spincast.core.routing that return RouteHandlerMatchModifier and TypeMethodDescriptionRoutingRequestContextAddon.getCurrentRouteHandlerMatch()The current route handler being run (may be a filter) and its associated information.RoutingResult.getMainRouteHandlerMatch()The main route handler and its information, from the routing result.Methods in org.spincast.core.routing that return types with arguments of type RouteHandlerMatchModifier and TypeMethodDescriptionRoutingResult.getRouteHandlerMatches()The handlers matching the route (a main handler + filters, if any), in order they have to be called.