lumis.portlet.container.deployment
Class PortletDeployConfig
java.lang.Object
lumis.portal.deployment.DeployConfig
lumis.portlet.container.deployment.PortletDeployConfig
public class PortletDeployConfig
- extends DeployConfig
Configuration for deployment, adding portlet specific configuration.
- Since:
- 4.0.7
Method Summary |
String |
getServiceId()
Returns the id for the service that will be created for the portlet. |
void |
setServiceId(String serviceId)
Sets the id for the service that will be created for the portlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDeployConfig
public PortletDeployConfig()
getServiceId
public String getServiceId()
- 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)
- Sets the id for the service that will be created for the portlet.
- Parameters:
serviceId
- the service id.- Since:
- 4.0.7
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.