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