egovframework.rfc3.electuser.web
Class ElectUserController

java.lang.Object
  extended by egovframework.rfc3.electuser.web.ElectUserController

@Controller
@SessionAttributes(types=SessionVO.class)
public class ElectUserController
extends java.lang.Object


Constructor Summary
ElectUserController()
           
 
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
 

Constructor Detail

ElectUserController

public ElectUserController()
Method Detail

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