All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.routing.RoutingResult.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






RoutingResult (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.routing

Interface RoutingResult<R extends RequestContext<?>>

  • All Known Implementing Classes:
    RoutingResultDefault


    public interface RoutingResult<R extends RequestContext<?>>
    The result of the router, when asked to find matches for a request.
    • Method Detail

      • getRouteHandlerMatches

        List<RouteHandlerMatch<R>> getRouteHandlerMatches()
        The handlers matching the route (a main handler + filters, if any), in order they have to be called.
      • getMainRouteHandlerMatch

        RouteHandlerMatch<R> getMainRouteHandlerMatch()
        The main route handler and its information, from the routing result.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy