Liferay 7.0-ce-a2

com.liferay.portlet.login.action
Class LoginMVCActionCommand

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
      extended by com.liferay.portlet.login.action.LoginMVCActionCommand
All Implemented Interfaces:
MVCActionCommand, MVCCommand

public class LoginMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
LoginMVCActionCommand()
           
 
Method Summary
protected  void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  String getCompleteRedirectURL(javax.servlet.http.HttpServletRequest request, String redirect)
           
protected  void login(ThemeDisplay themeDisplay, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void postProcessAuthFailure(ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
addSuccessMessage, getPortletConfig, hideDefaultErrorMessage, hideDefaultSuccessMessage, processAction, redirectToLogin, sendRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginMVCActionCommand

public LoginMVCActionCommand()
Method Detail

doProcessAction

protected void doProcessAction(ActionRequest actionRequest,
                               ActionResponse actionResponse)
                        throws Exception
Specified by:
doProcessAction in class BaseMVCActionCommand
Throws:
Exception

getCompleteRedirectURL

protected String getCompleteRedirectURL(javax.servlet.http.HttpServletRequest request,
                                        String redirect)

login

protected void login(ThemeDisplay themeDisplay,
                     ActionRequest actionRequest,
                     ActionResponse actionResponse)
              throws Exception
Throws:
Exception

postProcessAuthFailure

protected void postProcessAuthFailure(ActionRequest actionRequest,
                                      ActionResponse actionResponse)
                               throws Exception
Throws:
Exception

Liferay 7.0-ce-a2