Class ContactUsMailProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ContactUsMailProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Sends the contact us email to the administrator email if specified
    Since:
    4.0.5
    Version:
    $Revision: 16444 $ $Date: 2014-09-18 13:57:53 -0300 (Thu, 18 Sep 2014) $
    • Constructor Detail

      • ContactUsMailProcessActionHandler

        public ContactUsMailProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException