@Controller @RequestMapping(value="/feedback") public class FeedbackController extends Object
| Constructor and Description |
|---|
FeedbackController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getList(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request) |
String |
submitFeedback(org.springframework.ui.Model uiModel,
Feedback feedback,
org.springframework.validation.BindingResult result) |
public FeedbackController()
@RequestMapping(method=GET) public String getList(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request)
@RequestMapping(method=POST) public String submitFeedback(org.springframework.ui.Model uiModel, @ModelAttribute(value="feedback") Feedback feedback, org.springframework.validation.BindingResult result)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.