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

Packages that use UriInfo
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.spi.template Provides support for view aspect of model view controller and templates that produce views. 
 

Uses of UriInfo in com.sun.jersey.api.core
 

Subinterfaces of UriInfo in com.sun.jersey.api.core
 interface ExtendedUriInfo
          Extensions to UriInfo.
 

Uses of UriInfo in com.sun.jersey.server.wadl
 

Methods in com.sun.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.
 com.sun.research.ws.wadl.Application WadlApplicationContext.getApplication(UriInfo info, AbstractResource resource, java.lang.String path)
          Get a new instance of Application for a particular resource
 

Uses of UriInfo in com.sun.jersey.spi.template
 

Methods in com.sun.jersey.spi.template with parameters of type UriInfo
 ResolvedViewable TemplateContext.resolveViewable(Viewable v, UriInfo ui)
          Resolve a Viewable.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.