Class SelectImagesProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SelectImagesProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Updates from form the HTML with newer images paths.
    Since:
    14.0.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • SelectImagesProcessActionHandler

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