egovframework.rfc3.electuser.web
Class ElectUserController
java.lang.Object
egovframework.rfc3.electuser.web.ElectUserController
@Controller
@SessionAttributes(types=SessionVO.class)
public class ElectUserController
- extends java.lang.Object
Method Summary |
java.lang.String |
userlist(ElectUserVO electUserVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
userWriteAct(ElectUserVO electUserVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElectUserController
public ElectUserController()
userlist
@RequestMapping(value="/cms/elect/userlist.sko")
public java.lang.String userlist(@ModelAttribute(value="electUserVO")
ElectUserVO electUserVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
- Throws:
java.lang.Exception
userWriteAct
@RequestMapping(value="/cms/elect/userWriteAct.sko")
public java.lang.String userWriteAct(@ModelAttribute(value="electUserVO")
ElectUserVO electUserVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
- Throws:
java.lang.Exception