Class PortletDeployConfig
- java.lang.Object
-
- lumis.portal.deployment.DeployConfig
-
- lumis.portlet.container.deployment.PortletDeployConfig
-
@Deprecated public class PortletDeployConfig extends DeployConfig
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.Configuration for deployment, adding portlet specific configuration.- Since:
- 4.0.7
- Version:
- $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.deployment.DeployConfig
TYPE_ADD, TYPE_UPDATE
-
-
Constructor Summary
Constructors Constructor Description PortletDeployConfig()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getServiceId()
Deprecated.Returns the id for the service that will be created for the portlet.void
setServiceId(String serviceId)
Deprecated.Sets the id for the service that will be created for the portlet.-
Methods inherited from class lumis.portal.deployment.DeployConfig
getContextPath, getDeployFile, getType, setContextPath, setDeployFile, setType
-
-
-
-
Method Detail
-
getServiceId
public String getServiceId()
Deprecated.Returns the id for the service that will be created for the portlet.- Returns:
- the id for the service that will be created for the portlet.
- Since:
- 4.0.7
-
setServiceId
public void setServiceId(String serviceId)
Deprecated.Sets the id for the service that will be created for the portlet.- Parameters:
serviceId
- the service id.- Since:
- 4.0.7
-
-