Class EditTransformationParametersProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class EditTransformationParametersProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    ProcessActionHandler responsible to read the transformation informations and call a javascript function passing these informations as a xml format.
    Since:
    6.1.0
    Version:
    $Revision: 15772 $ $Date: 2013-08-19 17:08:59 -0300 (Mon, 19 Aug 2013) $
    • Constructor Detail

      • EditTransformationParametersProcessActionHandler

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