@Controller public class TeamController extends BaseController
Controller that handles the Team settings| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR |
gadgetService, personService, tabService, userPreferencesService| Constructor and Description |
|---|
TeamController() |
| Modifier and Type | Method and Description |
|---|---|
String |
gadgetOverview(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request) |
String |
sendSnapshot(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request) |
getGadget, getGroupsForLoggedInPerson, getPerson, getPreferences, getTab, isMemberOfGroup, populateModelMapWithPreferencespublic static final String ERROR
@RequestMapping(value="/slidedown/team-settings.shtml") public String gadgetOverview(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request) throws InterruptedException, ExecutionException
@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
InterruptedExceptionExecutionExceptionorg.springframework.mail.MailExceptionorg.apache.shindig.protocol.ProtocolExceptionIOExceptionCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.