java.lang.Object
org.glassfish.jersey.examples.linking.resources.ItemsResource

@Path("items") @Produces({"application/xml","application/json"}) public class ItemsResource extends Object
Resource that provides access to the entire list of items
Author:
Mark Hadley, Gerard Davison (gerard.davison at oracle.com)