lumis.portlet.container.manager
Interface IPortletManager

Package class diagram package IPortletManager
All Known Implementing Classes:
PortletManager

public interface IPortletManager

JSR-168 portlet related operations manager.

Since:
4.0.7

Method Summary
 void deploy(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
          Deploys a portlet war.
 void export(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
          Exports a processed portlet WAR for manual deployment.
 

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

deploy

void deploy(SessionConfig sessionConfig,
            PortletDeployConfig deployConfig,
            ITransaction transaction)
            throws PortalException
Deploys a portlet war.

Parameters:
sessionConfig - the user session information.
deployConfig - the portlet deployment specification.
transaction - the transaction for persistence access.
Throws:
PortalException
Since:
4.0.7


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.