Class PushMethodHandlerRouter

  • All Implemented Interfaces:
    Router

    final class PushMethodHandlerRouter
    extends java.lang.Object
    implements Router
    Terminal router that pushes the matched method's handler instance to the stack returned by UriInfo.getMatchedResources() method.
    • Constructor Detail

      • PushMethodHandlerRouter

        PushMethodHandlerRouter​(MethodHandler methodHandler,
                                Router next)
        Create a new PushMethodHandlerRouter instance.
        Parameters:
        methodHandler - method handler model providing the method handler instance.
        next - next router to be invoked after the this one.