egovframework.rfc3.usercustom.web
Class UserCustomController

java.lang.Object
  extended by egovframework.rfc3.usercustom.web.UserCustomController

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


Constructor Summary
UserCustomController()
           
 
Method Summary
 java.lang.String customUserAct(org.springframework.ui.ModelMap model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCustomController

public UserCustomController()
Method Detail

customUserAct

@RequestMapping(value="/customuser/**/*.*")
public java.lang.String customUserAct(org.springframework.ui.ModelMap model,
                                                     javax.servlet.http.HttpServletRequest request)
                               throws java.lang.Exception
Throws:
java.lang.Exception