Class RemoveCloneProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class RemoveCloneProcessActionHandler
    extends ProcessActionHandler<Source<ISourceField>>
    ProcessActionHandler to remove unwanted cloned portlets. This will run when the button "Remove Clone" is pressed.
    Since:
    6.0.0
    Version:
    $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
    • Constructor Detail

      • RemoveCloneProcessActionHandler

        public RemoveCloneProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        ProcessAction to remove unwanted cloned portlets. This will run when the button "Remove Clone" is pressed.
        Throws:
        PortalException - if the selected portlet is not a clone or if there are insterface instances using that clone.
        Since:
        6.0.0