Class HelloWorldResource
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.netty.HelloWorldResource
-
@Path("helloworld") public class HelloWorldResource extends Object- Author:
- Jakub Podlesak
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLICHED_MESSAGE
-
Constructor Summary
Constructors Constructor Description HelloWorldResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHello()StringgetQueryParameter(String test1, String test2)StringpostQueryParameter(String test1, String test2, String entity)
-
-
-
Field Detail
-
CLICHED_MESSAGE
public static final String CLICHED_MESSAGE
- See Also:
- Constant Field Values
-
-