@Path(value="hello") public class HelloController extends Object
| Constructor and Description |
|---|
HelloController() |
@GET
@Controller
@Produces(value="text/html")
@View(value="hello.html")
public void hello(@QueryParam(value="user")
String user)
Copyright © 2015. All Rights Reserved.