Class FormBuilderValidateContentProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class FormBuilderValidateContentProcessActionHandler
    extends ProcessActionHandler<Source>
    Form builder Process Action Handler that validates a given html fragment and extract FormElement form elements from it.
    Since:
    9.0.0
    Version:
    $Revision: 24943 $ $Date: 2022-04-12 14:22:08 -0300 (Tue, 12 Apr 2022) $
    • Constructor Detail

      • FormBuilderValidateContentProcessActionHandler

        public FormBuilderValidateContentProcessActionHandler()
    • 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