|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portlet.container.deployment.PortletDeployer
IPortalDeployer
has been deprecated.
@Deprecated public class PortletDeployer
Implements the deployment of a JSR-168 portlet WAR file into the portal.
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 |
---|
public PortletDeployer()
Method Detail |
---|
public boolean canHandle(DeployConfig deployConfig)
IPortalDeployer
canHandle
in interface IPortalDeployer
deployConfig
- deploy configuration.
public void deploy(SessionConfig sessionConfig, DeployConfig deployConfig) throws PortalException
IPortalDeployer
deploy
in interface IPortalDeployer
sessionConfig
- the user session information.deployConfig
- the deploy specification.
PortalException
public String getCustomDeploymentInterfaceId(DeployConfig deployConfig) throws PortalException
IPortalDeployer
getCustomDeploymentInterfaceId
in interface IPortalDeployer
deployConfig
- the deployment specification.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |