|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.deployment.GenericWarDeployer
IPortalDeployer
has been deprecated.
@Deprecated public class GenericWarDeployer
Generic deployment of a WAR file. Just do the deployment to the application server, without any portal-related feature.
Constructor Summary | |
---|---|
GenericWarDeployer()
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 GenericWarDeployer()
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 |