org.glassfish.jersey.examples.servlet3.webapp
Class DogResource
java.lang.Object
org.glassfish.jersey.examples.servlet3.webapp.DogResource
@Path(value="dog")
public class DogResource
- extends Object
Test resource for the servlet3-webapp example.
- Author:
- Adam Lindenthal (adam.lindenthal at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DogResource
public DogResource()
bark
@GET
@Produces(value="text/plain")
public String bark()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.