Class HelloWorldResource
java.lang.Object
org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldResource
Singleton-scoped resource.
- Author:
- Petr Bouda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelloWorldResource
public HelloWorldResource()
-
-
Method Details
-
getHello
@GET @Path("{name}") @Produces("text/plain") public String getHello(@PathParam("name") String name, @Context SecurityContext sc)
-