Class CommunityComponentSettings
java.lang.Object
org.silverpeas.components.community.CommunityComponentSettings
It gathers all the settings and i18n relative to the community component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the application (id est component or peas) in Silverpeas.static final StringThe relative path of the i18n bundle of the Silverpeas component.static final StringThe relative path of the properties file containing the settings of the Silverpeas component. -
Method Summary
Modifier and TypeMethodDescriptiongetLeaveReasons(String language) Gets the list of reasons a member can choose to explain its leaving.static org.silverpeas.kernel.bundle.LocalizationBundlegetMessagesIn(String language) Gets all the messages for the Silverpeas component and translated in the specified language.static org.silverpeas.kernel.bundle.SettingBundleGets all the settings of the Silverpeas component.
-
Field Details
-
COMPONENT_NAME
The name of the application (id est component or peas) in Silverpeas.- See Also:
-
SETTINGS_PATH
The relative path of the properties file containing the settings of the Silverpeas component.- See Also:
-
MESSAGES_PATH
The relative path of the i18n bundle of the Silverpeas component.- See Also:
-
-
Method Details
-
getMessagesIn
Gets all the messages for the Silverpeas component and translated in the specified language.- Parameters:
language- the language in which are written the messages.- Returns:
- the resource with the translated messages.
-
getSettings
public static org.silverpeas.kernel.bundle.SettingBundle getSettings()Gets all the settings of the Silverpeas component.- Returns:
- the resource with the different component settings.
-
getLeaveReasons
Gets the list of reasons a member can choose to explain its leaving.- Parameters:
language- the language in which are written the messages.- Returns:
- a list of stings.
-