| Package | Description |
|---|---|
| br.com.caelum.vraptor.mydvds.controller |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersController.add(User user)
Accepts HTTP POST requests.
|
void |
HomeController.login()
We should not provide direct access to jsps, so we need to have an empty method
for redirecting to jsp.
|
void |
HomeController.login(String login,
String password)
Since we are using the convention, the URI for this method is
/home/login
The method parameters are set with request parameters named
login and password.
|
Copyright © 2015 Caelum. All Rights Reserved.