|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mystique.application.AddProjectForm
@Controller @RequestMapping(value="/project/add.xhtml") @SessionAttributes(types=Project.class) public class AddProjectForm
| Constructor Summary | |
|---|---|
AddProjectForm()
|
|
| Method Summary | |
|---|---|
java.lang.String |
processSubmit(Project project,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
|
void |
setAllowedFields(org.springframework.web.bind.WebDataBinder binder)
|
java.lang.String |
setupForm(org.springframework.ui.Model model)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddProjectForm()
| Method Detail |
|---|
@InitBinder public void setAllowedFields(org.springframework.web.bind.WebDataBinder binder)
@RequestMapping(method=GET) public java.lang.String setupForm(org.springframework.ui.Model model)
@RequestMapping(method=POST)
public java.lang.String processSubmit(@ModelAttribute
Project project,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
throws RepositoryException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||