@Controller
@SessionAttributes(value={"linkrequest","unlinkrequest"})
@RequestMapping(value="/requests")
public class QuestionController
extends BaseController
COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FILTER_APP_GRID_ALLOWED, LMNG_ACTIVE_MODUS, localeResolver, SERVICE_APPLY_ALLOWED, SERVICE_QUESTION_ALLOWED, TOKEN_CHECK| Constructor and Description |
|---|
QuestionController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PersonAttributeLabel> |
getPersonAttributeLabels() |
org.springframework.web.servlet.ModelAndView |
spQuestion(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for question form page.
|
org.springframework.web.servlet.ModelAndView |
spQuestionSubmit(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp,
Question question,
org.springframework.validation.BindingResult result) |
getLocale, getMyInstitutionIdps, getRequestedIdp@ModelAttribute(value="personAttributeLabels") public Map<String,PersonAttributeLabel> getPersonAttributeLabels()
@RequestMapping(value="/question.shtml",
method=GET)
public org.springframework.web.servlet.ModelAndView spQuestion(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
spEntityId - the entity id@RequestMapping(value="/question.shtml",
method=POST)
public org.springframework.web.servlet.ModelAndView spQuestionSubmit(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp,
@ModelAttribute(value="question")
Question question,
org.springframework.validation.BindingResult result)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.