org.glassfish.jersey.examples.servlet3.webapp
Class CatResource
java.lang.Object
org.glassfish.jersey.examples.servlet3.webapp.CatResource
@Path(value="cat")
public class CatResource
- 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 |
CatResource
public CatResource()
meow
@GET
@Produces(value="text/plain")
public String meow()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.