org.mftech.dawn.server.web.struts.actions
Class CreateUserAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.mftech.dawn.server.web.struts.actions.CreateUserAction

public class CreateUserAction
extends org.apache.struts.action.Action


Constructor Summary
CreateUserAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mp, org.apache.struts.action.ActionForm fm, javax.servlet.http.HttpServletRequest rq, javax.servlet.http.HttpServletResponse rp)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUserAction

public CreateUserAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mp,
                                                      org.apache.struts.action.ActionForm fm,
                                                      javax.servlet.http.HttpServletRequest rq,
                                                      javax.servlet.http.HttpServletResponse rp)
                                               throws java.lang.Exception
Overrides:
execute in class org.apache.struts.action.Action
Throws:
java.lang.Exception