org.glassfish.jersey.examples.helloworld.webapp
Class HelloWorldResource

java.lang.Object
  extended by org.glassfish.jersey.examples.helloworld.webapp.HelloWorldResource

@Path(value="helloworld")
public class HelloWorldResource
extends Object

Author:
Pavel Bucek (pavel.bucek at oracle.com)

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

Constructor Detail

HelloWorldResource

public HelloWorldResource()
Method Detail

getHello

@GET
@Produces(value="text/plain")
public String getHello()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.