lumis.portlet.container.deployment
Class PortletDeployConfig

Package class diagram package PortletDeployConfig
java.lang.Object
  extended by lumis.portal.deployment.DeployConfig
      extended by lumis.portlet.container.deployment.PortletDeployConfig

Deprecated. Since 5.0.0 the use of IPortalDeployer has been deprecated.

@Deprecated
public class PortletDeployConfig
extends DeployConfig

Configuration for deployment, adding portlet specific configuration.

Since:
4.0.7

Field Summary
 
Fields inherited from class lumis.portal.deployment.DeployConfig
TYPE_ADD, TYPE_UPDATE
 
Constructor Summary
PortletDeployConfig()
          Deprecated.  
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDeployConfig

public PortletDeployConfig()
Deprecated. 
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


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.