com.liferay.portlet.login.action
Class ForgotPasswordMVCActionCommand
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
com.liferay.portlet.login.action.ForgotPasswordMVCActionCommand
- All Implemented Interfaces:
- MVCActionCommand, MVCCommand
public class ForgotPasswordMVCActionCommand
- extends BaseMVCActionCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForgotPasswordMVCActionCommand
public ForgotPasswordMVCActionCommand()
checkCaptcha
protected void checkCaptcha(ActionRequest actionRequest)
throws CaptchaException
- Throws:
CaptchaException
checkReminderQueries
protected void checkReminderQueries(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
doProcessAction
protected void doProcessAction(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Specified by:
doProcessAction in class BaseMVCActionCommand
- Throws:
Exception
getUser
protected User getUser(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
sendPassword
protected void sendPassword(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception