Uses of Class
lumis.portal.deployment.DeployConfig
-
Packages that use DeployConfig Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portlet.container.deployment -
-
Uses of DeployConfig in lumis.portal.deployment
Methods in lumis.portal.deployment with parameters of type DeployConfig Modifier and Type Method Description boolean
GenericWarDeployer. canHandle(DeployConfig deployConfig)
Deprecated.boolean
IPortalDeployer. canHandle(DeployConfig deployConfig)
Deprecated.Informs if this deployer can handle the specified deployment.void
GenericWarDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.void
IPortalDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.Do the specified deployment into the portal.String
GenericWarDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.String
IPortalDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.Returns the service interface id to be called when the deployment will use this deployer.IPortalDeployer
DeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.IPortalDeployer
IDeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated. -
Uses of DeployConfig in lumis.portlet.container.deployment
Subclasses of DeployConfig in lumis.portlet.container.deployment Modifier and Type Class Description class
PortletDeployConfig
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.Methods in lumis.portlet.container.deployment with parameters of type DeployConfig Modifier and Type Method Description boolean
PortletDeployer. canHandle(DeployConfig deployConfig)
Deprecated.void
PortletDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.String
PortletDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.
-