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. -
Uses of RouteHandlerMatch in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing that implement RouteHandlerMatchMethods in org.spincast.plugins.routing that return RouteHandlerMatchModifier and TypeMethodDescriptionRouteHandlerMatchFactory.create(Route<R> sourceRoute, Handler<R> routeHandler, Map<String, String> params, int position) protected RouteHandlerMatch<R>SpincastRouter.createHandlerMatchForBeforeOrAfterFilter(RouteHandlerMatch<R> mainRouteHandlerMatch, Handler<R> beforeOrAfterMethod, int position) Creates a new match for a "before" or "after" handler specific to a route.protected RouteHandlerMatch<R>SpincastRouter.createNoMatchingParamsHandlerMatch(Route<R> route, String id, Handler<R> handler, int position) Creates an handler match with no matching params.SpincastRoutingRequestContextAddon.getCurrentRouteHandlerMatch()protected RouteHandlerMatch<R>SpincastRoutingRequestContextAddon.getCurrentRouteMatch()RoutingResultDefault.getMainRouteHandlerMatch()Methods in org.spincast.plugins.routing that return types with arguments of type RouteHandlerMatchModifier 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.RoutingResultDefault.getRouteHandlerMatches()protected Class<? extends RouteHandlerMatch>SpincastRoutingPluginModule.getRouteHandlerMatchImplClass()Methods in org.spincast.plugins.routing with parameters of type RouteHandlerMatchModifier and TypeMethodDescriptionprotected RouteHandlerMatch<R>SpincastRouter.createHandlerMatchForBeforeOrAfterFilter(RouteHandlerMatch<R> mainRouteHandlerMatch, Handler<R> beforeOrAfterMethod, int position) Creates a new match for a "before" or "after" handler specific to a route.Method parameters in org.spincast.plugins.routing with type arguments of type RouteHandlerMatchModifier and TypeMethodDescriptionprotected RoutingResult<R>SpincastRouter.createRoutingResult(List<RouteHandlerMatch<R>> routeHandlerMatches) Constructor parameters in org.spincast.plugins.routing with type arguments of type RouteHandlerMatchModifierConstructorDescriptionRoutingResultDefault(List<RouteHandlerMatch<R>> routeHandlerMatches)