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

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

There is a newer version: 2.2.0
Show newest version






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












org.spincast.core.routing

Interface RoutingRequestContextAddon<R extends RequestContext<?>>

    • Method Detail

      • isNotFoundRoute

        boolean isNotFoundRoute()
        Are we currently on a "Not Found" routing type?
      • isExceptionRoute

        boolean isExceptionRoute()
        Are we currently on an "Exception" routing type?
      • isForwarded

        boolean isForwarded()
        Is the current route forwarded?
      • getCurrentRouteHandlerMatch

        RouteHandlerMatch<R> getCurrentRouteHandlerMatch()
        The current route handler being run (may be a filter) and its associated information.
      • getRoutingResult

        RoutingResult<R> getRoutingResult()
        The routing result for the current request, as returned by the router.
      • getPosition

        int getPosition()
        The current route handler position. If < 0 : is a "before" handler. If == 0 : is the main handler. If > 0 : is an "after" handler.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy