@Controller public class HomeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTROLLER_URL |
static String |
VIEW_NOT_SIGNED_IN |
| Constructor and Description |
|---|
HomeController() |
public static final String CONTROLLER_URL
public static final String VIEW_NOT_SIGNED_IN
@RequestMapping(value="/",
method=GET)
public String index()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.