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 Object

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

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

Field Detail

CLICHED_MESSAGE

public static final String CLICHED_MESSAGE
See Also:
Constant Field Values
Constructor Detail

HelloWorldResource

public HelloWorldResource()
Method Detail

getHello

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


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