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

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

Constructor Summary
HelloWorldResource()
           
 
Method Summary
 java.lang.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

public java.lang.String getHello()


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.