@Controller public class HomeController extends Object
Controller that handles the home page of a logged in user.| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_GROUP_PROVIDERS_SESSION_KEY |
| Constructor and Description |
|---|
HomeController() |
public static final String ALL_GROUP_PROVIDERS_SESSION_KEY
@RequestMapping(value="/home.shtml") public String start(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request, @RequestParam(required=false,defaultValue="my") String teams, @RequestParam(required=false) String teamSearch, @RequestParam(required=false) Long groupProviderId)
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.