Class HelloWorldResource
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldResource
-
-
Constructor Summary
Constructors Constructor Description HelloWorldResource()
-
-
-
Method Detail
-
getHello
@GET @Path("{name}") @Produces("text/plain") public String getHello(@PathParam("name") String name, @Context SecurityContext sc)
-
-