Class PushMethodHandlerRouter

java.lang.Object
org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter
All Implemented Interfaces:
Router

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

  • Constructor Details

    • 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.
  • Method Details