com.dotmarketing.cms.registration.action
Class RegisterAction
java.lang.Object
DispatchAction
com.dotmarketing.cms.registration.action.RegisterAction
public class RegisterAction
- extends DispatchAction
|
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 |
RegisterAction
public RegisterAction()
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.