public class LoginMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
LoginMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected java.lang.String |
getCompleteRedirectURL(javax.servlet.http.HttpServletRequest request,
java.lang.String redirect) |
protected void |
login(com.liferay.portal.theme.ThemeDisplay themeDisplay,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
postProcessAuthFailure(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected java.lang.String getCompleteRedirectURL(javax.servlet.http.HttpServletRequest request,
java.lang.String redirect)
protected void login(com.liferay.portal.theme.ThemeDisplay themeDisplay,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected void postProcessAuthFailure(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exception