|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.ui.GroupFormController
@Controller @RequestMapping(value="/group.edit.page") public class GroupFormController
Group Form Controller to insert or update a Group
| Constructor Summary | |
|---|---|
GroupFormController()
|
|
| Method Summary | |
|---|---|
void |
initBinder(org.springframework.web.bind.WebDataBinder binder)
initBinder |
protected String |
processSubmit(GroupDTO group,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
processSubmit |
String |
setupForm(Integer id,
org.springframework.ui.ModelMap model)
setupForm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupFormController()
| Method Detail |
|---|
@RequestMapping(method=POST)
protected String processSubmit(@ModelAttribute(value="group")
GroupDTO group,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
processSubmit
group - a GroupDTO object.result - a BindingResult object.status - a SessionStatus object.
String object.
@InitBinder
public void initBinder(org.springframework.web.bind.WebDataBinder binder)
throws Exception
initBinder
binder - a WebDataBinder object.
Exception - if any.
@RequestMapping(method=GET)
public String setupForm(@RequestParam(required=false,value="gid")
Integer id,
org.springframework.ui.ModelMap model)
setupForm
id - a Integer object.model - a ModelMap object.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||