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: 19135 $ $Date: 2016-06-02 18:12:21 -0300 (Thu, 02 Jun 2016) $
    • 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