|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.teams.control.InvitationController
@Controller
@SessionAttributes(value={"invitation","tokencheck"})
public class InvitationController
Controller that handles the accept/decline of an Invitation
| Constructor Summary | |
|---|---|
InvitationController()
|
|
| Method Summary | |
|---|---|
String |
accept(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
RequestMapping to show the accept invitation page. |
String |
decline(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
RequestMapping to decline an invitation as receiver. |
org.springframework.web.servlet.view.RedirectView |
deleteInvitation(javax.servlet.http.HttpServletRequest request,
String sessionToken,
String token,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap modelMap)
RequestMapping to delete an invitation as admin |
org.springframework.web.servlet.view.RedirectView |
doAccept(javax.servlet.http.HttpServletRequest request)
RequestMapping to accept an invitation. |
String |
myInvitations(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
String |
resendInvitation(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 |
| Constructor Detail |
|---|
public InvitationController()
| Method Detail |
|---|
@RequestMapping(value="/acceptInvitation.shtml")
public String accept(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
throws UnsupportedEncodingException
modelMap - ModelMaprequest - HttpServletRequest
UnsupportedEncodingException - if the server does not support utf-8
@RequestMapping(value="/doAcceptInvitation.shtml")
public org.springframework.web.servlet.view.RedirectView doAccept(javax.servlet.http.HttpServletRequest request)
throws UnsupportedEncodingException
request - HttpServletRequest
UnsupportedEncodingException - if the server does not support utf-8
@RequestMapping(value="/declineInvitation.shtml")
public String decline(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
LoginInterceptor
modelMap - ModelMaprequest - HttpServletRequest
@RequestMapping(value="/deleteInvitation.shtml")
public org.springframework.web.servlet.view.RedirectView deleteInvitation(javax.servlet.http.HttpServletRequest request,
@ModelAttribute(value="tokencheck")
String sessionToken,
@RequestParam
String token,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap modelMap)
throws UnsupportedEncodingException
request - HttpServletRequest
UnsupportedEncodingException - in the rare condition utf-8 is not supported
@RequestMapping(value="/resendInvitation.shtml")
public String resendInvitation(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/myinvitations.shtml")
public String myInvitations(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||