com.dotmarketing.cms.registration.action
Class RegisterAction

java.lang.Object
  extended by DispatchAction
      extended by com.dotmarketing.cms.registration.action.RegisterAction

public class RegisterAction
extends DispatchAction


Constructor Summary
RegisterAction()
           
 
Method Summary
 void cancel(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 void confirm(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward findMe(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
          Login the user a redirects to registration to prefill the registration fields
 void finish(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward forgotPassword(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward saveRegistration(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 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

RegisterAction

public RegisterAction()
Method Detail

unspecified

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

findMe

public ActionForward findMe(ActionMapping mapping,
                            ActionForm lf,
                            HttpServletRequest request,
                            HttpServletResponse response)
                     throws java.lang.Exception
Login the user a redirects to registration to prefill the registration fields

Parameters:
mapping -
lf -
request -
response -
Returns:
Throws:
java.lang.Exception

saveRegistration

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

confirm

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

cancel

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

finish

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

forgotPassword

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


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.