org.glassfish.jersey.server.internal.routing
Class PathPatternRouteAcceptor.Builder
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathPatternRouteAcceptor.Builder
public PathPatternRouteAcceptor.Builder(org.glassfish.hk2.Factory<RouterModule.RoutingContext> contextProvider)
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.