Class AddWebsiteCreatingVirtualHostProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class AddWebsiteCreatingVirtualHostProcessActionHandler
    extends ProcessActionHandler<TableSource>
    This class represents the custom process action handler of the website administration. It will act on the action of adding website with a virtual host, when in a standalone development environment.
    Since:
    17.0.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • AddWebsiteCreatingVirtualHostProcessActionHandler

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