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

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

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

Constructor Detail

DogResource

public DogResource()
Method Detail

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.