@Controller @RequestMapping(value="VIEW") public class ViewFeedbackFormController extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MILLIS_IN_A_DAY |
| Constructor and Description |
|---|
ViewFeedbackFormController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onSubmitAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
ViewFeedbackForm form) |
void |
setFeedbackStore(FeedbackStore feedbackStore) |
protected org.springframework.web.portlet.ModelAndView |
showForm(javax.portlet.RenderRequest request) |
public static final long MILLIS_IN_A_DAY
@RequestMapping(method=POST)
protected void onSubmitAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="viewFeedbackForm")
ViewFeedbackForm form)
throws Exception
Exception@RequestMapping
protected org.springframework.web.portlet.ModelAndView showForm(javax.portlet.RenderRequest request)
throws Exception
Exceptionpublic void setFeedbackStore(FeedbackStore feedbackStore)
Copyright © 2014 Jasig. All Rights Reserved.