nl.surfnet.coin.portal.control
Class TeamController
java.lang.Object
nl.surfnet.coin.portal.control.BaseController
nl.surfnet.coin.portal.control.TeamController
@Controller
public class TeamController
- extends BaseController
Controller that handles the Team settings
|
Method Summary |
String |
gadgetOverview(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
String |
sendSnapshot(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 |
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
TeamController
public TeamController()
gadgetOverview
@RequestMapping(value="/slidedown/team-settings.shtml")
public String gadgetOverview(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
throws InterruptedException,
ExecutionException
- Throws:
InterruptedException
ExecutionException
sendSnapshot
@RequestMapping(value="send-snapshot.shtml",
method=POST)
@ResponseBody
public String sendSnapshot(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
throws InterruptedException,
ExecutionException,
org.springframework.mail.MailException,
org.apache.shindig.protocol.ProtocolException,
IOException
- Throws:
InterruptedException
ExecutionException
org.springframework.mail.MailException
org.apache.shindig.protocol.ProtocolException
IOException
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.