org.glassfish.jersey.examples.bookstore.webapp.resource
Class Track
java.lang.Object
org.glassfish.jersey.examples.bookstore.webapp.resource.Track
@Produces(value="text/html;qs=5")
public class Track
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Track
public Track()
Track
public Track(String name,
int length)
getName
public String getName()
getLength
public int getLength()
getXml
@GET
@Produces(value={"application/xml","text/xml","application/json"})
public Track getXml()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.