This service is used to provide the utility to get the URLs of the activities, profiles, spaces, avatars and more.
Sample configuration:
<component>
<key>org.exoplatform.social.core.service.LinkProvider</key>
<type>org.exoplatform.social.core.service.LinkProvider</type>
<init-params>
<value-param>
<name>predefinedOwner</name>
<description>this for generate profile link</description>
<value>intranet</value>
</value-param>
</init-params>
</component>
Init-params:
Name | Type | Value | Description |
---|---|---|---|
predefinedOwner |
String
|
intranet
| The default portal owner name. |