JBoss.orgCommunity Documentation
<external-component-plugins>
<target-component>org.exoplatform.social.core.space.spi.SpaceService</target-component>
<component-plugin>
<name>CalendarDataInitialize</name>
<set-method>addSpaceListener</set-method>
<type>org.exoplatform.cs.ext.impl.CalendarDataInitialize</type>
<init-params>
<value-param>
<name>portletName</name>
<value>CalendarPortlet</value>
</value-param>
</init-params>
</component-plugin>
</external-component-plugins>
Details:
Name: CalendarDataInitialize
- The name of plugin.
Set-method: addSpaceListener
- The plugin which registers the method.
Type: org.exoplatform.cs.ext.impl.CalendarDataInitialize
- A class that executes all requirements of the plugin.
Description: It is used to initialize a calendar for a group in a specific space.
See the details about the init-params of the component in the following table:
value-param | Description | Possible value | Default value |
---|---|---|---|
portletName | The name of the portlet | String | CalendarPortlet
|