nl.surfnet.coin.portal.control
Class InvitesController
java.lang.Object
nl.surfnet.coin.portal.control.BaseController
nl.surfnet.coin.portal.control.InvitesController
@Controller
public class InvitesController
- extends BaseController
Controller for invites (SharedTabs and activities)
|
Method Summary |
org.springframework.web.servlet.View |
accept(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
boolean |
deny(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
String |
invites(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
String |
moreActivities(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
String |
showInviteDetail(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 |
InvitesController
public InvitesController()
invites
@RequestMapping(value="/invites.shtml")
public String invites(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
throws org.apache.shindig.protocol.ProtocolException,
InterruptedException,
ExecutionException
- Throws:
org.apache.shindig.protocol.ProtocolException
InterruptedException
ExecutionException
showInviteDetail
@RequestMapping(value="/show-detail-invite.shtml")
public String showInviteDetail(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
moreActivities
@RequestMapping(value="/more-activities.shtml")
public String moreActivities(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
deny
@RequestMapping(value="/deny-shared-tab-invite.shtml")
@ResponseBody
public boolean deny(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
accept
@RequestMapping(value="/accept-invite.shtml",
method=POST)
public org.springframework.web.servlet.View accept(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.