Class HelloWorldResource
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldResource
-
@Singleton @Path("helloworld") public class HelloWorldResource extends ObjectSingleton-scoped resource.- Author:
- Petr Bouda
-
-
Constructor Summary
Constructors Constructor Description HelloWorldResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHello(String name, jakarta.ws.rs.core.SecurityContext sc)
-