Package org.exoplatform.cs.service
Class CSSpaceApplicationHandler
- java.lang.Object
-
- org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler
-
- org.exoplatform.cs.service.CSSpaceApplicationHandler
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.core.space.spi.SpaceApplicationHandler
public class CSSpaceApplicationHandler extends org.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler
-
-
Constructor Summary
Constructors Constructor Description CSSpaceApplicationHandler(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.space.spi.SpaceTemplateService spaceTemplateService, org.exoplatform.portal.config.DataStorage dataStorage, org.exoplatform.portal.mop.page.PageService pageService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, org.exoplatform.social.core.space.spi.SpaceService spaceService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidinitApps(org.exoplatform.social.core.space.model.Space space, org.exoplatform.social.core.space.SpaceTemplate spaceTemplate)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CSSpaceApplicationHandler
public CSSpaceApplicationHandler(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.space.spi.SpaceTemplateService spaceTemplateService, org.exoplatform.portal.config.DataStorage dataStorage, org.exoplatform.portal.mop.page.PageService pageService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, org.exoplatform.social.core.space.spi.SpaceService spaceService)
-
-
Method Detail
-
initApps
public void initApps(org.exoplatform.social.core.space.model.Space space, org.exoplatform.social.core.space.SpaceTemplate spaceTemplate) throws org.exoplatform.social.core.space.SpaceException- Specified by:
initAppsin interfaceorg.exoplatform.social.core.space.spi.SpaceApplicationHandler- Overrides:
initAppsin classorg.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler- Throws:
org.exoplatform.social.core.space.SpaceException
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.exoplatform.container.component.ComponentPlugin- Specified by:
getNamein interfaceorg.exoplatform.social.core.space.spi.SpaceApplicationHandler- Overrides:
getNamein classorg.exoplatform.social.core.space.impl.DefaultSpaceApplicationHandler
-
-