Class UnregisterControlTypeStepHandler

  • All Implemented Interfaces:
    IStepHandler

    public class UnregisterControlTypeStepHandler
    extends Object
    implements IStepHandler
    Unregister the specified control type. This step handler definition must have a controlType element whose value is the type of the control being unregistred.
    Since:
    4.0.6
    Version:
    $Revision: 4447 $ $Date: 2006-09-15 17:38:36 -0300 (Fri, 15 Sep 2006) $
    • Constructor Detail

      • UnregisterControlTypeStepHandler

        public UnregisterControlTypeStepHandler()
    • Method Detail

      • executeStep

        public Node executeStep​(SessionConfig sessionConfig,
                                Node stepNode,
                                ITransaction transaction)
                         throws PortalException
        Description copied from interface: IStepHandler
        Executes a step in the upgrade process.
        Specified by:
        executeStep in interface IStepHandler
        Parameters:
        sessionConfig - the user session information.
        stepNode - the xml step definition node.
        transaction - the transaction for persistence access.
        Returns:
        the response xml node.
        Throws:
        PortalException - if it was not possible to execute the step.