@Controller public class SignupController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTROLLER_URL |
static String |
VIEW_SUCCESS |
| Constructor and Description |
|---|
SignupController() |
| Modifier and Type | Method and Description |
|---|---|
SignupForm |
displayPage() |
String |
signup(SignupForm signupForm,
org.springframework.validation.Errors errors) |
public static final String CONTROLLER_URL
public static final String VIEW_SUCCESS
@RequestMapping(value="/signup") public SignupForm displayPage()
@RequestMapping(value="/signup",
method=POST)
public String signup(@ModelAttribute
SignupForm signupForm,
org.springframework.validation.Errors errors)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.