@Path(value="/hello") public class GreeterResource extends Object
| Constructor and Description |
|---|
GreeterResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
hello(String name,
javax.servlet.http.HttpServletRequest request) |
@GET public String hello(@QueryParam(value="name") String name, @Context javax.servlet.http.HttpServletRequest request) throws NamingException
NamingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.