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

Packages that use UriInfo
com.restfully.shop.services   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.links.impl   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.tests.context   
org.jboss.resteasy.util   
 

Uses of UriInfo in com.restfully.shop.services
 

Methods in com.restfully.shop.services with parameters of type UriInfo
static void OrderResourceBean.addCancelHeader(UriInfo uriInfo, Response.ResponseBuilder builder)
           
protected  void OrderResource.addCancelHeader(UriInfo uriInfo, Response.ResponseBuilder builder)
           
static void OrderResourceBean.addPurgeLinkHeader(UriInfo uriInfo, Response.ResponseBuilder builder)
           
protected  void OrderResource.addPurgeLinkHeader(UriInfo uriInfo, Response.ResponseBuilder builder)
           
 Response CustomerResourceBean.createCustomer(Customer customer, UriInfo uriInfo)
           
 Response OrderResourceBean.createOrder(Order order, UriInfo uriInfo)
           
 Response OrderResource.createOrder(Order order, UriInfo uriInfo)
           
 Response ProductResourceBean.createProduct(Product product, UriInfo uriInfo)
           
 Response ProductResource.createProduct(Product customer, UriInfo uriInfo)
           
 Customers CustomerResourceBean.getCustomers(int start, int size, String firstName, String lastName, UriInfo uriInfo)
           
 String CarResource.getFromUriInfo(UriInfo info)
           
 Response OrderResourceBean.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResourceBean.getOrderHeaders(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrderHeaders(int id, UriInfo uriInfo)
           
 Response OrderResourceBean.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Response OrderResourceBean.getOrdersHeaders(UriInfo uriInfo)
           
 Products ProductResourceBean.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 Response StoreResourceBean.head(UriInfo uriInfo)
           
 Response StoreResource.head(UriInfo uriInfo)
           
 

Uses of UriInfo in org.jboss.resteasy.examples.springmvc
 

Methods in org.jboss.resteasy.examples.springmvc with parameters of type UriInfo
 Response ContactsResource.saveContact(UriInfo uri, Contact contact)
           
 

Uses of UriInfo in org.jboss.resteasy.links.impl
 

Methods in org.jboss.resteasy.links.impl with parameters of type UriInfo
static
<T> T
RESTUtils.addDiscovery(T entity, UriInfo uriInfo, ResourceMethodRegistry registry)
           
static Map<String,? extends Object> RESTUtils.derivePathParameters(UriInfo uriInfo)
           
 

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, String httpMethod, SynchronousDispatcher dispatcher)
           
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.jboss.servlet.http.HttpEvent event)
           
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
           
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.apache.catalina.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.tests.context
 

Methods in org.jboss.resteasy.tests.context with parameters of type UriInfo
 String ContextService.get(UriInfo uri)
           
 String ContextService.getBase(UriInfo uri)
           
 

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(InputStream inputStream, HttpHeaders httpHeaders, String httpMethod, UriInfo uri)
           
 



Copyright © 2011. All Rights Reserved.