|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriInfo | |
---|---|
com.restfully.shop.services | |
com.sun.jersey.api.core | Provides support for configuration. |
com.sun.jersey.guice | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.template | |
com.sun.jersey.server.impl.wadl | |
com.sun.jersey.server.linking.el | |
com.sun.jersey.server.linking.impl | |
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.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 |
ProductResource.createProduct(Product customer,
UriInfo uriInfo)
|
Response |
ProductResourceBean.createProduct(Product product,
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 |
ProductResource.getProducts(int start,
int size,
String name,
UriInfo uriInfo)
|
Products |
ProductResourceBean.getProducts(int start,
int size,
String name,
UriInfo uriInfo)
|
Response |
StoreResourceBean.head(UriInfo uriInfo)
|
Response |
StoreResource.head(UriInfo uriInfo)
|
Uses of UriInfo in com.sun.jersey.api.core |
---|
Subinterfaces of UriInfo in com.sun.jersey.api.core | |
---|---|
interface |
ExtendedUriInfo
Extentions to UriInfo . |
Uses of UriInfo in com.sun.jersey.guice |
---|
Methods in com.sun.jersey.guice that return UriInfo | |
---|---|
UriInfo |
JerseyServletModule.uriInfo(WebApplication wa)
|
Uses of UriInfo in com.sun.jersey.server.impl.application |
---|
Classes in com.sun.jersey.server.impl.application that implement UriInfo | |
---|---|
class |
WebApplicationContext
|
Uses of UriInfo in com.sun.jersey.server.impl.template |
---|
Methods in com.sun.jersey.server.impl.template with parameters of type UriInfo | |
---|---|
ResolvedViewable |
TemplateFactory.resolveViewable(Viewable v,
UriInfo ui)
|
Uses of UriInfo in com.sun.jersey.server.impl.wadl |
---|
Methods in com.sun.jersey.server.impl.wadl with parameters of type UriInfo | |
---|---|
Application |
WadlApplicationContextImpl.getApplication(UriInfo ui)
|
Response |
WadlResource.getWadl(UriInfo uriInfo)
|
Uses of UriInfo in com.sun.jersey.server.linking.el |
---|
Methods in com.sun.jersey.server.linking.el with parameters of type UriInfo | |
---|---|
static URI |
LinkBuilder.buildURI(RefDescriptor link,
Object entity,
Object resource,
Object instance,
UriInfo uriInfo)
|
Uses of UriInfo in com.sun.jersey.server.linking.impl |
---|
Methods in com.sun.jersey.server.linking.impl with parameters of type UriInfo | |
---|---|
void |
LinkProcessor.processLinkHeaders(T entity,
UriInfo uriInfo,
MultivaluedMap<String,Object> headers)
Process any Link annotations on the supplied entity. |
void |
RefProcessor.processLinks(T entity,
UriInfo uriInfo)
Inject any Link annotated fields in the supplied entity and
recursively process its fields. |
Uses of UriInfo in com.sun.jersey.server.wadl |
---|
Methods in com.sun.jersey.server.wadl with parameters of type UriInfo | |
---|---|
Application |
WadlApplicationContext.getApplication(UriInfo ui)
Get a new instance of a JAXB WADL Application corresponding to all
the root resource classes, and configure the base URI. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |