Uses of Interface
com.sun.jersey.api.core.ExtendedUriInfo

Packages that use ExtendedUriInfo
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.guice   
com.sun.jersey.server.impl   
com.sun.jersey.server.impl.application   
 

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

Methods in com.sun.jersey.api.core that return ExtendedUriInfo
 ExtendedUriInfo HttpContext.getUriInfo()
          Get the extended URI information.
 ExtendedUriInfo ResourceContext.matchUriInfo(URI u)
          Match a URI to URI information.
 

Uses of ExtendedUriInfo in com.sun.jersey.guice
 

Methods in com.sun.jersey.guice that return ExtendedUriInfo
 ExtendedUriInfo JerseyServletModule.extendedUriInfo(WebApplication wa)
           
 

Uses of ExtendedUriInfo in com.sun.jersey.server.impl
 

Methods in com.sun.jersey.server.impl that return ExtendedUriInfo
 ExtendedUriInfo ThreadLocalHttpContext.getUriInfo()
           
 

Uses of ExtendedUriInfo in com.sun.jersey.server.impl.application
 

Classes in com.sun.jersey.server.impl.application that implement ExtendedUriInfo
 class WebApplicationContext
           
 

Methods in com.sun.jersey.server.impl.application that return ExtendedUriInfo
 ExtendedUriInfo WebApplicationContext.getUriInfo()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.