Uses of Interface
javax.ws.rs.core.UriInfo

Packages that use UriInfo
javax.ws.rs.container Container-specific JAX-RS API. 
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces. 
org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. 
 

Uses of UriInfo in javax.ws.rs.container
 

Methods in javax.ws.rs.container that return UriInfo
 UriInfo ContainerRequestContext.getUriInfo()
          Get request URI information.
 

Uses of UriInfo in org.glassfish.jersey.server
 

Subinterfaces of UriInfo in org.glassfish.jersey.server
 interface ExtendedUriInfo
          Extensions to UriInfo.
 

Uses of UriInfo in org.glassfish.jersey.server.internal.routing
 

Classes in org.glassfish.jersey.server.internal.routing that implement UriInfo
 class UriRoutingContext
          Default implementation of the routing context as well as URI information provider.
 

Uses of UriInfo in org.glassfish.jersey.server.wadl
 

Methods in org.glassfish.jersey.server.wadl with parameters of type UriInfo
 ApplicationDescription WadlApplicationContext.getApplication(UriInfo ui, boolean detailedWadl)
          Get a new instance of a ApplicationDescription corresponding to all the root resource classes, and configure the base URI.
 Application WadlApplicationContext.getApplication(UriInfo info, Resource resource, boolean detailedWadl)
          Get a new instance of Application for a particular resource.
 

Uses of UriInfo in org.glassfish.jersey.server.wadl.internal
 

Methods in org.glassfish.jersey.server.wadl.internal with parameters of type UriInfo
 Response WadlResource.geExternalGrammar(UriInfo uriInfo, String path)
           
 ApplicationDescription WadlApplicationContextImpl.getApplication(UriInfo uriInfo, boolean detailedWadl)
           
 Application WadlApplicationContextImpl.getApplication(UriInfo info, Resource resource, boolean detailedWadl)
           
 Response WadlResource.getWadl(UriInfo uriInfo)
           
static boolean WadlUtils.isDetailedWadlRequested(UriInfo uriInfo)
          Return true if generation of full WADL with extended resources is requested.
 

Constructors in org.glassfish.jersey.server.wadl.internal with parameters of type UriInfo
WadlBuilder(WadlGenerator wadlGenerator, boolean detailedWadl, UriInfo uriInfo)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.