Class HelloWorldResource
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.HelloWorldResource
-
@Path("helloworld") @Produces("text/plain") public class HelloWorldResource extends ObjectSimple "Hello World" resource with three resource methods and a sub-resource locator (that points again to this class itself).- Author:
- Michal Gajdos
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLICHED_MESSAGE
-
Constructor Summary
Constructors Constructor Description HelloWorldResource()
-
-
-
Field Detail
-
CLICHED_MESSAGE
public static final String CLICHED_MESSAGE
- See Also:
- Constant Field Values
-
-