nl.surfnet.coin.selfservice.control
Class HomeController

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

@Controller
public class HomeController
extends BaseController


Nested Class Summary
 
Nested classes/interfaces inherited from class nl.surfnet.coin.selfservice.control.BaseController
BaseController.MenuType
 
Field Summary
 
Fields inherited from class nl.surfnet.coin.selfservice.control.BaseController
localeResolver
 
Constructor Summary
HomeController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView home(String currentRole)
           
 org.springframework.web.servlet.ModelAndView styleguide()
           
 org.springframework.web.servlet.ModelAndView styleguideForm()
           
 
Methods inherited from class nl.surfnet.coin.selfservice.control.BaseController
buildMenu, getCurrentRole, getLocale, getMyInstitutionIdps, getRequestedIdp
 
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

home

@RequestMapping(value="/home.shtml")
public org.springframework.web.servlet.ModelAndView home(@ModelAttribute(value="currentrole")
                                                                        String currentRole)

styleguide

@RequestMapping(value="/styleguide.shtml")
public org.springframework.web.servlet.ModelAndView styleguide()

styleguideForm

@RequestMapping(value="/form.shtml")
public org.springframework.web.servlet.ModelAndView styleguideForm()


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