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

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

There is a newer version: 2.2.0
Show newest version






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












org.spincast.core.routing

Interface RouteHandlerMatch<R extends RequestContext<?>>

    • Method Detail

      • getSourceRoute

        Route<R> getSourceRoute()
        The route associated with this match.
      • getHandler

        Handler<R> getHandler()
        The route handler.
      • getPathParams

        Map<String,String> getPathParams()
        The values parsed from the URL, given the dynamic parameters of the route's path, if any.
      • getPosition

        int getPosition()
        The position the handler should be run at.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy