JBoss.orgCommunity Documentation
<external-component-plugins>
<target-component>org.exoplatform.social.core.space.spi.SpaceService</target-component>
<component-plugin>
<name>portlets.prefs.required</name>
<set-method>setPortletsPrefsRequired</set-method>
<type>org.exoplatform.social.core.application.PortletPreferenceRequiredPlugin</type>
<init-params>
<values-param>
<name>portletsPrefsRequired</name>
<value>CalendarPortlet</value>
<value>ContactPortlet</value>
</values-param>
</init-params>
</component-plugin>
</external-component-plugins>
Details:
Name: ortlets.prefs.required
- The name of the plugin.
Set-method: setPortletsPrefsRequired
- The plugin which registers the method.
Type: org.exoplatform.social.core.application.PortletPreferenceRequiredPlugin
- A class that executes all the requires of the plugin.
Description: It is a plugin used to declare the application that will automatically create database.
See the details about the init-params of the component in the following table:
value-param | Possible value | Default value | Description |
---|---|---|---|
portletsPrefsRequired | String | ContactPortlet / ContactPortlet
| The name of plugin added to SpaceService. |