Class PortletDeployConfig


  • @Deprecated
    public class PortletDeployConfig
    extends DeployConfig
    Deprecated.
    Since 5.0.0 the use of IPortalDeployer has been deprecated.
    Configuration for deployment, adding portlet specific configuration.
    Since:
    4.0.7
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • PortletDeployConfig

        public PortletDeployConfig()
        Deprecated.
    • Method Detail

      • getServiceId

        public java.lang.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​(java.lang.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