|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.ui.AuthorityFormController
@Controller @RequestMapping(value="/authority.edit.page") public class AuthorityFormController
Authority Form Controller to insert or update an Authority
| Constructor Summary | |
|---|---|
AuthorityFormController()
|
|
| Method Summary | |
|---|---|
void |
initBinder(org.springframework.web.bind.WebDataBinder binder)
initBinder |
protected String |
processSubmit(AuthorityDTO authority,
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 AuthorityFormController()
| Method Detail |
|---|
@RequestMapping(method=POST)
protected String processSubmit(@ModelAttribute(value="authority")
AuthorityDTO authority,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
processSubmit
authority - a AuthorityDTO 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="aid")
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 | |||||||||