Uses of Interface
lumis.portal.deployment.IPortalDeployer
-
Packages that use IPortalDeployer Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portlet.container.deployment -
-
Uses of IPortalDeployer in lumis.portal.deployment
Classes in lumis.portal.deployment that implement IPortalDeployer Modifier and Type Class Description class
GenericWarDeployer
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.Methods in lumis.portal.deployment that return IPortalDeployer Modifier and Type Method Description IPortalDeployer
DeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.IPortalDeployer
IDeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.Methods in lumis.portal.deployment with parameters of type IPortalDeployer Modifier and Type Method Description void
DeploymentManager. registerDeployer(IPortalDeployer deployer)
Deprecated.void
IDeploymentManager. registerDeployer(IPortalDeployer deployer)
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.boolean
DeploymentManager. unregisterDeployer(IPortalDeployer deployer)
Deprecated.boolean
IDeploymentManager. unregisterDeployer(IPortalDeployer deployer)
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated. -
Uses of IPortalDeployer in lumis.portlet.container.deployment
Classes in lumis.portlet.container.deployment that implement IPortalDeployer Modifier and Type Class Description class
PortletDeployer
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.
-