Class PageTemplateProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class PageTemplateProcessActionHandler
    extends ProcessActionHandler<Source>
    Responsible for handling requests for applying page templates on pages. This process action handler calls the framework PageManager API to perform this task.
    Since:
    4.0.0
    Version:
    $Revision: 6392 $ $Date: 2007-04-11 14:22:30 -0300 (Wed, 11 Apr 2007) $
    • Constructor Detail

      • PageTemplateProcessActionHandler

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