com.dotmarketing.cms.createaccount.action
Class CreateAccountAction

java.lang.Object
  extended by DispatchAction
      extended by com.dotmarketing.cms.createaccount.action.CreateAccountAction

public class CreateAccountAction
extends DispatchAction


Constructor Summary
CreateAccountAction()
           
 
Method Summary
 ActionForward quickCreate(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward resetForm(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 void sendEmail(CreateAccountForm form, HttpServletRequest request)
           
 ActionForward unspecified(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAccountAction

public CreateAccountAction()
Method Detail

unspecified

public ActionForward unspecified(ActionMapping mapping,
                                 ActionForm lf,
                                 HttpServletRequest request,
                                 HttpServletResponse response)
                          throws java.lang.Exception
Throws:
java.lang.Exception

resetForm

public ActionForward resetForm(ActionMapping mapping,
                               ActionForm lf,
                               HttpServletRequest request,
                               HttpServletResponse response)
                        throws java.lang.Exception
Throws:
java.lang.Exception

quickCreate

public ActionForward quickCreate(ActionMapping mapping,
                                 ActionForm lf,
                                 HttpServletRequest request,
                                 HttpServletResponse response)

sendEmail

public void sendEmail(CreateAccountForm form,
                      HttpServletRequest request)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.