org.exoplatform.services.wcm.webcontent
Class InitialWebContentPlugin
java.lang.Object
org.exoplatform.services.deployment.DeploymentPlugin
org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
org.exoplatform.services.wcm.portal.artifacts.CreatePortalPlugin
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 |
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 paramsconfigurationManager - the configuration managerrepositoryService - the repository service
- Throws:
java.lang.Exception
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 providerportalName - the portal name
- Throws:
java.lang.Exception - the exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.