Class HelloWorldResource
- java.lang.Object
-
- org.glassfish.jersey.examples.https.glassfish.resources.HelloWorldResource
-
@Path("/helloworld") @RolesAllowed("myRole") public class HelloWorldResource extends ObjectThe JAX-RS resource class will be hosted at the URI path"/helloworld".- Author:
- Paul Sandoz, Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description HelloWorldResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsegetClichedMessage(jakarta.servlet.http.HttpServletRequest request)HTTP GET controller method.
-