Class NavigationProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class NavigationProcessActionHandler
    extends ProcessActionHandler<Source>
    Process Action handler for navigation. This simply validates if the parent selected is valid.
    Since:
    4.0.0
    Version:
    $Revision: 12538 $ $Date: 2011-02-09 12:07:10 -0200 (Wed, 09 Feb 2011) $
    • Constructor Detail

      • NavigationProcessActionHandler

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