Class PushMatchedRuntimeResourceRouter

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

final class PushMatchedRuntimeResourceRouter extends Object implements Router
Router that pushes runtime resource matched during a any routing phase to routing context.
  • Field Details

  • Constructor Details

    • PushMatchedRuntimeResourceRouter

      PushMatchedRuntimeResourceRouter(RuntimeResource resource)
      Create a new instance of push matched resource router.
      Parameters:
      resource - RuntimeResource runtime to be pushed into the routing context.
  • Method Details