Class SubResourceLocatorRouter

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

final class SubResourceLocatorRouter extends Object implements Router
An methodAcceptorPair to accept sub-resource requests. It first retrieves the sub-resource instance by invoking the given model method. Then the RuntimeLocatorModelBuilder is used to generate corresponding methodAcceptorPair. Finally the generated methodAcceptorPair is invoked to return the request methodAcceptorPair chain.