nl.surfnet.coin.portal.control
Class HomeController

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

@Controller
public class HomeController
extends BaseController

Controller that handles the home page of a logged in user.


Field Summary
 
Fields inherited from class nl.surfnet.coin.portal.control.BaseController
gadgetService, logger, personService, tabService, userPreferencesService
 
Constructor Summary
HomeController()
           
 
Method Summary
protected  String getGroupAwareness(List<Gadget> gadgets)
           
protected  String getSecurityTokens(List<Gadget> gadgets, String personId)
           
 void setCoinEnvironment(CoinEnvironment env)
           
 String start(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

HomeController

public HomeController()
Method Detail

start

@RequestMapping(value="/home.shtml")
public String start(org.springframework.ui.ModelMap modelMap,
                                   javax.servlet.http.HttpServletRequest request)
             throws Exception
Throws:
Exception

getGroupAwareness

protected String getGroupAwareness(List<Gadget> gadgets)

getSecurityTokens

protected String getSecurityTokens(List<Gadget> gadgets,
                                   String personId)
                            throws org.apache.shindig.common.crypto.BlobCrypterException
Throws:
org.apache.shindig.common.crypto.BlobCrypterException

setCoinEnvironment

public void setCoinEnvironment(CoinEnvironment env)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.