Class PageProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class PageProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Responsible for handling requests for adding, updating and deleting pages. This process action handler calls the framework PageManager API to perform these tasks.
    Since:
    4.0.0
    Version:
    $Revision: 22202 $ $Date: 2018-12-17 15:54:36 -0200 (Mon, 17 Dec 2018) $
    • Constructor Detail

      • PageProcessActionHandler

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