@Path(value="/hello/{user}")
public class HelloUserResource
extends Object
| Constructor and Description |
|---|
HelloUserResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage(String user)
Gets the message, greeting the user.
|
Copyright © 2008–2018. All rights reserved.