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.wadl   
org.glassfish.jersey.server.wadl.internal   
org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. 
 

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
 

Methods in org.glassfish.jersey.server that return UriInfo
 UriInfo ContainerRequest.getUriInfo()
           
 

Methods in org.glassfish.jersey.server with parameters of type UriInfo
 void ContainerRequest.setUriInfo(UriInfo uriInfo)
          Set the request scoped UriInfo instance.
 

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)
          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, java.lang.String path)
          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, WadlApplicationContext wadlContext, java.lang.String path)
           
 ApplicationDescription WadlApplicationContextImpl.getApplication(UriInfo uriInfo)
           
 Application WadlApplicationContextImpl.getApplication(UriInfo info, Resource resource, java.lang.String path)
           
 Response WadlResource.getWadl(UriInfo uriInfo, WadlApplicationContext wadlContext)
           
 

Uses of UriInfo in org.glassfish.jersey.uri
 

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



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