org.exoplatform.services.wcm.webcontent
Class InitialWebContentPlugin

java.lang.Object
  extended by org.exoplatform.services.deployment.DeploymentPlugin
      extended by org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
          extended by org.exoplatform.services.wcm.portal.artifacts.CreatePortalPlugin
              extended by org.exoplatform.services.wcm.webcontent.InitialWebContentPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class InitialWebContentPlugin
extends CreatePortalPlugin

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Oct 22, 2008


Constructor Summary
InitialWebContentPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.cache.CacheService cacheService, LivePortalManagerService livePortalManagerService)
          Instantiates a new initial web content plugin.
 
Method Summary
 void deployToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, java.lang.String portalName)
          Deploy to portal.
 
Methods inherited from class org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
deploy
 
Methods inherited from class org.exoplatform.services.deployment.DeploymentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialWebContentPlugin

public InitialWebContentPlugin(org.exoplatform.container.xml.InitParams initParams,
                               org.exoplatform.container.configuration.ConfigurationManager configurationManager,
                               org.exoplatform.services.jcr.RepositoryService repositoryService,
                               org.exoplatform.services.cache.CacheService cacheService,
                               LivePortalManagerService livePortalManagerService)
                        throws java.lang.Exception
Instantiates a new initial web content plugin.

Parameters:
initParams - the init params
configurationManager - the configuration manager
repositoryService - the repository service
Throws:
java.lang.Exception
Method Detail

deployToPortal

public void deployToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                           java.lang.String portalName)
                    throws java.lang.Exception
Description copied from class: CreatePortalPlugin
Deploy to portal.

Specified by:
deployToPortal in class CreatePortalPlugin
Parameters:
sessionProvider - the session provider
portalName - the portal name
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.