@Singleton @Path(value="helloworld") public class HelloWorldResource extends Object
HelloWorldResource()
String
getHello(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HelloWorldResource()
@GET @Path(value="{name}") @Produces(value="text/plain") public String getHello(@PathParam(value="name") String name)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.