nl.surfnet.coin.selfservice.control
Class StatisticsController

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

@Controller
@RequestMapping(value="/stats/*")
public class StatisticsController
extends BaseController

Controller for statistics


Field Summary
 
Fields inherited from class nl.surfnet.coin.selfservice.control.BaseController
DEEPLINK_TO_SURFMARKET_ALLOWED, FACET_CONNECTION_VISIBLE, GROUPS_WITH_MEMBERS, localeResolver, NOTIFICATION_POPUP_CLOSED, NOTIFICATIONS, SELECTED_IDP, SERVICE, SERVICE_APPLY_ALLOWED, SERVICE_CONNECTION_VISIBLE, SERVICE_QUESTION_ALLOWED, SERVICES, SHOW_ARP_MATCHES_PROVIDED_ATTRS, TOKEN_CHECK
 
Constructor Summary
StatisticsController()
           
 
Method Summary
 String stats(org.springframework.ui.ModelMap model, String selectedSp, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class nl.surfnet.coin.selfservice.control.BaseController
getLocale, getMyInstitutionIdps, getNotifications, getSelectedIdp, handleAjaxResponseException, notificationPopupClosed, switchIdp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsController

public StatisticsController()
Method Detail

stats

@RequestMapping(value="/stats.shtml")
public String stats(org.springframework.ui.ModelMap model,
                                   @RequestParam(value="spEntityId",required=false)
                                   String selectedSp,
                                   javax.servlet.http.HttpServletRequest request)


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