nl.surfnet.coin.teams.control
Class JoinTeamController

java.lang.Object
  extended by nl.surfnet.coin.teams.control.JoinTeamController

@Controller
@SessionAttributes(value="joinTeamRequest")
public class JoinTeamController
extends Object

Controller that handles the join team page of a logged in user.


Field Summary
static String JOIN_TEAM_REQUEST
           
 
Constructor Summary
JoinTeamController()
           
 
Method Summary
 org.springframework.web.servlet.view.RedirectView joinTeam(org.springframework.ui.ModelMap modelMap, JoinTeamRequest joinTeamRequest, javax.servlet.http.HttpServletRequest request)
           
 String start(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOIN_TEAM_REQUEST

public static final String JOIN_TEAM_REQUEST
See Also:
Constant Field Values
Constructor Detail

JoinTeamController

public JoinTeamController()
Method Detail

start

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

joinTeam

@RequestMapping(value="/dojointeam.shtml",
                method=POST)
public org.springframework.web.servlet.view.RedirectView joinTeam(org.springframework.ui.ModelMap modelMap,
                                                                                 @ModelAttribute(value="joinTeamRequest")
                                                                                 JoinTeamRequest joinTeamRequest,
                                                                                 javax.servlet.http.HttpServletRequest request)
                                                           throws IOException
Throws:
IOException


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