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.DeploymentPluginCreated by The eXo Platform SAS Author : eXoPlatform tanhq@exoplatform.com Oct 3, 2013
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
-
-
-
Constructor Detail
-
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
-
-