Interface IPortletManager

  • All Known Implementing Classes:
    PortletManager

    public interface IPortletManager
    JSR-168 portlet related operations manager.
    Since:
    4.0.7
    Version:
    $Revision: 4963 $ $Date: 2006-11-03 14:45:45 -0300 (Fri, 03 Nov 2006) $
    • Method Detail

      • export

        void export​(SessionConfig sessionConfig,
                    PortletDeployConfig deployConfig,
                    ITransaction transaction)
             throws PortalException
        Exports a processed portlet WAR for manual deployment.
        Parameters:
        sessionConfig - the user session information.
        deployConfig - the portlet deployment specification.
        transaction - the transaction for persistence access.
        Throws:
        PortalException
        Since:
        4.0.7