nl.surfnet.coin.portal.control
Class TeamsController
java.lang.Object
nl.surfnet.coin.portal.control.BaseController
nl.surfnet.coin.portal.control.TeamsController
@Controller
public class TeamsController
- extends BaseController
|
Method Summary |
String |
getTeamMembers(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request,
String groupId)
|
String |
teams(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamsController
public TeamsController()
teams
@RequestMapping(value="/teams.shtml")
public String teams(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
throws InterruptedException,
ExecutionException
- Throws:
InterruptedException
ExecutionException
getTeamMembers
@RequestMapping(value="/teams/myteamdetails.shtml",
method=POST)
public String getTeamMembers(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request,
@RequestParam
String groupId)
throws Exception
- Throws:
Exception
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.