@Path(value="items") public class ItemStoreResource extends Object
| Constructor and Description |
|---|
ItemStoreResource() |
@GET @Produces(value="text/plain") public String listItems()
@GET @Path(value="events") @Produces(value="text/event-stream") public EventOutput itemEvents()
@POST
public void addItem(@FormParam(value="name")
String name)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.