Class PublicationDeploymentPlugin
- java.lang.Object
-
- org.exoplatform.services.deployment.DeploymentPlugin
-
- org.exoplatform.services.wcm.extensions.deployment.PublicationDeploymentPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class PublicationDeploymentPlugin extends org.exoplatform.services.deployment.DeploymentPluginCreated by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Sep 6, 2008
-
-
Field Summary
Fields Modifier and Type Field Description static StringUPDATE_EVENT
-
Constructor Summary
Constructors Constructor Description PublicationDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.ecm.publication.PublicationService publicationService, org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService)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)
-
-
-
Field Detail
-
UPDATE_EVENT
public static final String UPDATE_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PublicationDeploymentPlugin
public PublicationDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.ecm.publication.PublicationService publicationService, org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService)Instantiates a new xML deployment plugin.- Parameters:
initParams- the init paramsrepositoryService- the repository servicepublicationService- the publication service
-
-