Class VerifyEmailAddressAction

Object
com.liferay.portal.action.VerifyEmailAddressAction
All Implemented Interfaces:
Action

public class VerifyEmailAddressAction extends Object implements Action
Author:
Mika Koivisto
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    sendEmailAddressVerification(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    protected void
    verifyEmailAddress(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VerifyEmailAddressAction

      public VerifyEmailAddressAction()
  • Method Details

    • execute

      public ActionForward execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • sendEmailAddressVerification

      protected void sendEmailAddressVerification(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception
    • verifyEmailAddress

      protected void verifyEmailAddress(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception