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

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

public class RedirectingAcceptor.Builder
extends Object


Constructor Summary
RedirectingAcceptor.Builder(org.glassfish.hk2.Factory<RouterModule.RoutingContext> contextProvider, org.glassfish.hk2.Factory<javax.ws.rs.core.UriInfo> uriInfoProvider)
           
 
Method Summary
 RedirectingAcceptor build(boolean redirect, boolean patternEndsInSlash)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectingAcceptor.Builder

public RedirectingAcceptor.Builder(org.glassfish.hk2.Factory<RouterModule.RoutingContext> contextProvider,
                                   org.glassfish.hk2.Factory<javax.ws.rs.core.UriInfo> uriInfoProvider)
Method Detail

build

public RedirectingAcceptor build(boolean redirect,
                                 boolean patternEndsInSlash)


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