org.glassfish.jersey.examples.helloworld.jaxrs
Class HelloWorldResource
java.lang.Object
org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldResource
@Path(value="helloworld")
public class HelloWorldResource
- extends Object
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLICHED_MESSAGE
public static final String CLICHED_MESSAGE
- See Also:
- Constant Field Values
HelloWorldResource
public HelloWorldResource()
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.