@Controller public class HomeController extends Object
| Constructor and Description |
|---|
HomeController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUserService(UserService userService) |
void |
viewHome(org.springframework.ui.Model model) |
@Autowired public void setUserService(UserService userService)
@RequestMapping(value="/home") public void viewHome(org.springframework.ui.Model model)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.