public class PortletManager extends Object implements IPortletManager
Constructor and Description |
---|
PortletManager() |
Modifier and Type | Method and 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.
|
static void |
main(String[] args)
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.
|
public void export(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction) throws PortalException
IPortletManager
export
in interface IPortletManager
sessionConfig
- the user session information.deployConfig
- the portlet deployment specification.transaction
- the transaction for persistence access.PortalException
public void deploy(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction) throws PortalException
IPortletManager
deploy
in interface IPortletManager
sessionConfig
- the user session information.deployConfig
- the portlet deployment specification.transaction
- the transaction for persistence access.PortalException
public static void main(String[] args) throws Exception
args
- must contain the following arguments:
Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.