@Controller @RequestMapping(value="/") public class MainController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MODEL_LOGGED_IN_USER |
static String |
MODEL_SOCIAL_APP_URL |
static String |
VIEW_MAIN |
| Constructor and Description |
|---|
MainController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSocialAppName(String socialAppName) |
void |
setSocialAppRootUrl(String socialAppRootUrl) |
org.springframework.web.servlet.ModelAndView |
viewMain(javax.servlet.http.HttpServletRequest request) |
public static final String VIEW_MAIN
public static final String MODEL_LOGGED_IN_USER
public static final String MODEL_SOCIAL_APP_URL
public void setSocialAppRootUrl(String socialAppRootUrl)
public void setSocialAppName(String socialAppName)
@RequestMapping(method=GET) public org.springframework.web.servlet.ModelAndView viewMain(javax.servlet.http.HttpServletRequest request)
Copyright © 2021 CrafterCMS. All rights reserved.