java.lang.Object
org.glassfish.jersey.examples.bookstore.webapp.resource.Bookstore

@Path("/") @Singleton @Produces("text/html") public class Bookstore extends Object
  • Constructor Details

    • Bookstore

      public Bookstore()
  • Method Details

    • getItem

      @Path("items/{itemid}/") public Item getItem(@PathParam("itemid") String itemid)
    • getXml

      @GET @Produces({"application/xml","text/xml","application/json"}) public Bookstore getXml()
    • getSystemTime

      public long getSystemTime()
    • getItems

      public Map<String,Item> getItems()
    • getName

      public String getName()
    • setName

      public void setName(String name)