org.glassfish.jersey.server.internal.routing
Class PathPatternRouteAcceptor.Builder

java.lang.Object
  extended by org.glassfish.jersey.server.internal.routing.PathPatternRouteAcceptor.Builder
Enclosing class:
PathPatternRouteAcceptor

public class PathPatternRouteAcceptor.Builder
extends Object

"Assisted injection" factory interface for PathPatternRouteAcceptor. See also assisted injection in Guice.


Constructor Summary
PathPatternRouteAcceptor.Builder(org.glassfish.hk2.Factory<RouterModule.RoutingContext> contextProvider)
           
 
Method Summary
 PathPatternRouteAcceptor build(List<Pair<PathPattern,List<org.glassfish.hk2.Factory<TreeAcceptor>>>> routes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPatternRouteAcceptor.Builder

public PathPatternRouteAcceptor.Builder(org.glassfish.hk2.Factory<RouterModule.RoutingContext> contextProvider)
Method Detail

build

public PathPatternRouteAcceptor build(List<Pair<PathPattern,List<org.glassfish.hk2.Factory<TreeAcceptor>>>> routes)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.