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