Uses of Class
lumis.portal.deployment.DeployConfig

Packages that use DeployConfig
lumis.portal.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)
          Informs if this deployer can handle the specified deployment.
 boolean GenericWarDeployer.canHandle(DeployConfig deployConfig)
           
 void IPortalDeployer.deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
          Do the specified deployment into the portal.
 void GenericWarDeployer.deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
           
 String IPortalDeployer.getCustomDeploymentInterfaceId(DeployConfig deployConfig)
          Returns the service interface id to be called when the deployment will use this deployer.
 String GenericWarDeployer.getCustomDeploymentInterfaceId(DeployConfig deployConfig)
           
 IPortalDeployer IDeploymentManager.getPortalDeployer(DeployConfig deployConfig)
          Returns the deployer to be used to deploy to the portal.
 IPortalDeployer DeploymentManager.getPortalDeployer(DeployConfig deployConfig)
           
 

Uses of DeployConfig in lumis.portlet.container.deployment
 

Subclasses of DeployConfig in lumis.portlet.container.deployment
 class PortletDeployConfig
          Configuration for deployment, adding portlet specific configuration.
 

Methods in lumis.portlet.container.deployment with parameters of type DeployConfig
 boolean PortletDeployer.canHandle(DeployConfig deployConfig)
           
 void PortletDeployer.deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
           
 String PortletDeployer.getCustomDeploymentInterfaceId(DeployConfig deployConfig)
           
 



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