Uses of Interface
org.exoplatform.social.core.space.spi.SpaceApplicationHandler
Packages that use SpaceApplicationHandler
Package
Description
Provides classes that are necessary to control spaces and their lifecycles.
-
Uses of SpaceApplicationHandler in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi that return types with arguments of type SpaceApplicationHandlerModifier and TypeMethodDescriptionSpaceTemplateService.getSpaceApplicationHandlers()Gets registered space application handlers.Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceApplicationHandlerModifier and TypeMethodDescriptionvoidSpaceTemplateService.initSpaceApplications(Space space, SpaceApplicationHandler applicationHandler) Init space applications.voidSpaceTemplateService.registerSpaceApplicationHandler(SpaceApplicationHandler spaceApplicationHandler) Adds space application handler for configuring the space applications.