Class HelloWorldResource
java.lang.Object
org.glassfish.jersey.examples.https.glassfish.resources.HelloWorldResource
The JAX-RS resource class will be hosted at the URI path
"/helloworld".- Author:
- Paul Sandoz, Marek Potociar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClichedMessage(jakarta.servlet.http.HttpServletRequest request) HTTP GET controller method.
-
Constructor Details
-
HelloWorldResource
public HelloWorldResource()
-
-
Method Details