Class PortletManager

  • All Implemented Interfaces:
    IPortletManager

    public class PortletManager
    extends Object
    implements IPortletManager
    Implementation of the portlet manager interface.
    Since:
    4.0.7
    Version:
    $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
    • Constructor Detail

      • PortletManager

        public PortletManager()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Deprecated.
        This method is a way to process a JSR-168 WAR file, but it is not defined if it will exist permanently or not.
        Processes a portlet WAR file so it can be deployed in the LumisXP. A servicedefinition.xml file will also be generated in the same directory where the destination war file is saved.
        Parameters:
        args - must contain the following arguments:
        1. Path to source war file
        2. Path to destination war file
        3. Service id for the generated service definition
        4. Context path where the portlet will be deployed to (starting with a slash)
        Throws:
        Exception
        Since:
        4.0.7