Class WCMPublicationDeploymentPlugin
java.lang.Object
org.exoplatform.services.deployment.DeploymentPlugin
org.exoplatform.services.wcm.extensions.deployment.WCMPublicationDeploymentPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class WCMPublicationDeploymentPlugin
extends org.exoplatform.services.deployment.DeploymentPlugin
Created by The eXo Platform SAS
Author : eXoPlatform
tanhq@exoplatform.com
Oct 3, 2013
-
Field Summary
Fields inherited from class org.exoplatform.services.deployment.DeploymentPlugin
initParams -
Constructor Summary
ConstructorsConstructorDescriptionWCMPublicationDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.ecm.publication.PublicationService publicationService, org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService, org.exoplatform.services.cms.documents.TrashService trashService) Instantiates a new xML deployment plugin. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider) Methods inherited from class org.exoplatform.services.deployment.DeploymentPlugin
getDescription, getName, getSiteName, isOverride, setDescription, setName
-
Constructor Details
-
WCMPublicationDeploymentPlugin
public WCMPublicationDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.ecm.publication.PublicationService publicationService, org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService, org.exoplatform.services.cms.documents.TrashService trashService) Instantiates a new xML deployment plugin.- Parameters:
initParams- the init paramsconfigurationManager- the configuration managerrepositoryService- the repository servicepublicationService- the publication service
-
-
Method Details