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

Packages that use UriInfo
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.util   
 

Uses of UriInfo in org.jboss.resteasy.mock
 

Fields in org.jboss.resteasy.mock declared as UriInfo
protected  UriInfo MockHttpRequest.uri
           
 

Methods in org.jboss.resteasy.mock that return UriInfo
 UriInfo MockHttpRequest.getUri()
           
 

Uses of UriInfo in org.jboss.resteasy.plugins.server.servlet
 

Fields in org.jboss.resteasy.plugins.server.servlet declared as UriInfo
protected  UriInfo HttpServletInputMessage.uri
           
 

Methods in org.jboss.resteasy.plugins.server.servlet that return UriInfo
 UriInfo HttpServletInputMessage.getUri()
           
 

Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type UriInfo
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uri, java.lang.String httpMethod, SynchronousDispatcher dispatcher)
           
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.jboss.servlet.http.HttpEvent event)
           
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String s, SynchronousDispatcher synchronousDispatcher)
           
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String httpMethodName, SynchronousDispatcher synchronousDispatcher, CometEvent event)
           
 

Uses of UriInfo in org.jboss.resteasy.specimpl
 

Classes in org.jboss.resteasy.specimpl that implement UriInfo
 class UriInfoImpl
           
 

Uses of UriInfo in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi that return UriInfo
 UriInfo HttpRequest.getUri()
           
 

Uses of UriInfo in org.jboss.resteasy.util
 

Fields in org.jboss.resteasy.util declared as UriInfo
protected  UriInfo HttpRequestImpl.uri
           
 

Methods in org.jboss.resteasy.util that return UriInfo
 UriInfo HttpRequestImpl.getUri()
           
 

Constructors in org.jboss.resteasy.util with parameters of type UriInfo
HttpRequestImpl(java.io.InputStream inputStream, HttpHeaders httpHeaders, java.lang.String httpMethod, UriInfo uri)
           
 



Copyright © 2009. All Rights Reserved.