lumis.portlet.container.deployment
Class PortletDeployer

Package class diagram package PortletDeployer
java.lang.Object
  extended by lumis.portlet.container.deployment.PortletDeployer
All Implemented Interfaces:
IPortalDeployer

Deprecated. Since 5.0.0 the use of IPortalDeployer has been deprecated.

@Deprecated
public class PortletDeployer
extends Object
implements IPortalDeployer

Implements the deployment of a JSR-168 portlet WAR file into the portal.

Since:
4.0.7

Constructor Summary
PortletDeployer()
          Deprecated.  
 
Method Summary
 boolean canHandle(DeployConfig deployConfig)
          Deprecated. Informs if this deployer can handle the specified deployment.
 void deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
          Deprecated. Do the specified deployment into the portal.
 String getCustomDeploymentInterfaceId(DeployConfig deployConfig)
          Deprecated. Returns the service interface id to be called when the deployment will use this deployer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDeployer

public PortletDeployer()
Deprecated. 
Method Detail

canHandle

public boolean canHandle(DeployConfig deployConfig)
Deprecated. 
Description copied from interface: IPortalDeployer
Informs if this deployer can handle the specified deployment.

Specified by:
canHandle in interface IPortalDeployer
Parameters:
deployConfig - deploy configuration.
Returns:
true if the deployer can handle the given deploy file, false otherwise.

deploy

public void deploy(SessionConfig sessionConfig,
                   DeployConfig deployConfig)
            throws PortalException
Deprecated. 
Description copied from interface: IPortalDeployer
Do the specified deployment into the portal.

Specified by:
deploy in interface IPortalDeployer
Parameters:
sessionConfig - the user session information.
deployConfig - the deploy specification.
Throws:
PortalException

getCustomDeploymentInterfaceId

public String getCustomDeploymentInterfaceId(DeployConfig deployConfig)
                                      throws PortalException
Deprecated. 
Description copied from interface: IPortalDeployer
Returns the service interface id to be called when the deployment will use this deployer. This gives the opportunity for the deployer to ask the user for its own custom options.

Specified by:
getCustomDeploymentInterfaceId in interface IPortalDeployer
Parameters:
deployConfig - the deployment specification.
Returns:
the service interface id, or null if the is no custom interface.
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.