Index

A E G H I J M O Q R U 
All Classes and Interfaces|All Packages|Constant Field Values

A

App - Class in org.glassfish.jersey.examples.linking
Show link injection in action
App() - Constructor for class org.glassfish.jersey.examples.linking.App
 

E

equals(Object) - Method in class org.glassfish.jersey.examples.linking.representation.JaxbLink
 

G

get() - Method in class org.glassfish.jersey.examples.linking.resources.ItemResource
 
get(String) - Method in class org.glassfish.jersey.examples.linking.resources.ItemsResource
 
getId() - Method in class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
getId() - Method in class org.glassfish.jersey.examples.linking.resources.ItemResource
 
getInstance() - Static method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
getItem(String) - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
getLimit() - Method in class org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
 
getModelLimit() - Method in class org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
 
getName() - Method in class org.glassfish.jersey.examples.linking.model.ItemModel
 
getNextId() - Method in class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
getNextId(String) - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
getOffset() - Method in class org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
 
getParams() - Method in class org.glassfish.jersey.examples.linking.representation.JaxbLink
Get the parameter map for this link.
getPrevId() - Method in class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
getPrevId(String) - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
getSize() - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
getUri() - Method in class org.glassfish.jersey.examples.linking.representation.JaxbLink
Get the underlying URI for this link.

H

hashCode() - Method in class org.glassfish.jersey.examples.linking.representation.JaxbLink
 
hasNext(String) - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 
hasPrev(String) - Method in class org.glassfish.jersey.examples.linking.model.ItemsModel
 

I

isNext() - Method in class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
isPrev() - Method in class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
ItemModel - Class in org.glassfish.jersey.examples.linking.model
 
ItemModel(String) - Constructor for class org.glassfish.jersey.examples.linking.model.ItemModel
 
ItemRepresentation - Class in org.glassfish.jersey.examples.linking.representation
JAXB representation of an item
ItemRepresentation() - Constructor for class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
ItemRepresentation(ItemsModel, String, String) - Constructor for class org.glassfish.jersey.examples.linking.representation.ItemRepresentation
 
ItemResource - Class in org.glassfish.jersey.examples.linking.resources
Resource that provides access to one item from a set of items managed by ItemsModel
ItemResource() - Constructor for class org.glassfish.jersey.examples.linking.resources.ItemResource
 
ItemResource(ItemsModel, String) - Constructor for class org.glassfish.jersey.examples.linking.resources.ItemResource
 
ItemsModel - Class in org.glassfish.jersey.examples.linking.model
Models a three entry list of items and provides a simple means of navigating the list.
ItemsRepresentation - Class in org.glassfish.jersey.examples.linking.representation
JAXB representation of a sublist of items
ItemsRepresentation() - Constructor for class org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
 
ItemsRepresentation(ItemsModel, int, int) - Constructor for class org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
 
ItemsResource - Class in org.glassfish.jersey.examples.linking.resources
Resource that provides access to the entire list of items
ItemsResource() - Constructor for class org.glassfish.jersey.examples.linking.resources.ItemsResource
 

J

JaxbAdapter - Class in org.glassfish.jersey.examples.linking.representation
An implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can be marshalled and unmarshalled by JAXB.
JaxbAdapter() - Constructor for class org.glassfish.jersey.examples.linking.representation.JaxbAdapter
 
JaxbLink - Class in org.glassfish.jersey.examples.linking.representation
Value type for Link that can be marshalled and unmarshalled by JAXB.
JaxbLink() - Constructor for class org.glassfish.jersey.examples.linking.representation.JaxbLink
Default constructor needed during unmarshalling.
JaxbLink(URI) - Constructor for class org.glassfish.jersey.examples.linking.representation.JaxbLink
Construct an instance from a URI and no parameters.
JaxbLink(URI, Map<QName, Object>) - Constructor for class org.glassfish.jersey.examples.linking.representation.JaxbLink
Construct an instance from a URI and some parameters.

M

main(String[]) - Static method in class org.glassfish.jersey.examples.linking.App
 
marshal(Link) - Method in class org.glassfish.jersey.examples.linking.representation.JaxbAdapter
Convert a Link into a JaxbLink.

O

org.glassfish.jersey.examples.linking - package org.glassfish.jersey.examples.linking
 
org.glassfish.jersey.examples.linking.model - package org.glassfish.jersey.examples.linking.model
 
org.glassfish.jersey.examples.linking.representation - package org.glassfish.jersey.examples.linking.representation
 
org.glassfish.jersey.examples.linking.resources - package org.glassfish.jersey.examples.linking.resources
 

Q

query(UriInfo, int, int) - Method in class org.glassfish.jersey.examples.linking.resources.ItemsResource
 

R

ROOT_PATH - Static variable in class org.glassfish.jersey.examples.linking.App
 

U

unmarshal(JaxbLink) - Method in class org.glassfish.jersey.examples.linking.representation.JaxbAdapter
Convert a JaxbLink into a Link.
A E G H I J M O Q R U 
All Classes and Interfaces|All Packages|Constant Field Values