Class Helloworld


  • @Path("/hello")
    public class Helloworld
    extends java.lang.Object
    Helloworld resource class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Helloworld()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUser​(java.lang.String user)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Helloworld

        public Helloworld()
    • Method Detail

      • getUser

        @GET
        @Path("/{user}")
        public java.lang.String getUser​(@PathParam("user")
                                        java.lang.String user)