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