nl.surfnet.coin.portal.control
Class InvitesController

java.lang.Object
  extended by nl.surfnet.coin.portal.control.BaseController
      extended by nl.surfnet.coin.portal.control.InvitesController

@Controller
public class InvitesController
extends BaseController

Controller for invites (SharedTabs and activities)


Field Summary
 
Fields inherited from class nl.surfnet.coin.portal.control.BaseController
gadgetService, logger, personService, tabService, userPreferencesService
 
Constructor Summary
InvitesController()
           
 
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 nl.surfnet.coin.portal.control.BaseController
getGadget, getGroupsForLoggedInPerson, getPerson, getPreferences, getTab, isMemberOfGroup, populateModelMapWithPreferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvitesController

public InvitesController()
Method Detail

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.