org.glassfish.jersey.examples.servlet3.webapp
Class CatResource

java.lang.Object
  extended by 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)

Constructor Summary
CatResource()
           
 
Method Summary
 String meow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatResource

public CatResource()
Method Detail

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.