Class HelloWorldResource


  • @Singleton
    @Path("helloworld")
    public class HelloWorldResource
    extends Object
    Singleton-scoped resource.
    Author:
    Petr Bouda
    • Constructor Detail

      • HelloWorldResource

        public HelloWorldResource()
    • Method Detail

      • getHello

        @GET
        @Path("{name}")
        @Produces("text/plain")
        public String getHello​(@PathParam("name")
                               String name,
                               @Context
                               jakarta.ws.rs.core.SecurityContext sc)