Package lumis.portlet.container.manager
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-