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

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

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

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Field Summary
static java.lang.String CLICHED_MESSAGE
           
 
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
 

Field Detail

CLICHED_MESSAGE

public static final java.lang.String CLICHED_MESSAGE
See Also:
Constant Field Values
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.