Class DogResource
- java.lang.Object
-
- org.glassfish.jersey.examples.servlet3.webapp.DogResource
-
@Path("dog") public class DogResource extends ObjectTest resource for the servlet3-webapp example.- Author:
- Adam Lindenthal
-
-
Constructor Summary
Constructors Constructor Description DogResource()
-
-
-
Method Detail
-
bark
@GET @Produces("text/plain") public String bark()
-
-