Class FormsOnlineComponentSettings
- java.lang.Object
-
- org.silverpeas.components.formsonline.FormsOnlineComponentSettings
-
public class FormsOnlineComponentSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_NAMEThe name of the Almanach component in Silverpeas.static StringMESSAGES_PATHThe relative path of the i18n bundle of the FormsOnline component.static StringPARAM_WORKGROUPstatic StringSETTINGS_PATHThe relative path of the properties file containing the settings of the Almanach component.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.silverpeas.core.util.LocalizationBundlegetMessagesIn(String language)Gets all the messages for the FormsOnline component and translated in the specified language.
-
-
-
Field Detail
-
PARAM_WORKGROUP
public static final String PARAM_WORKGROUP
- See Also:
- Constant Field Values
-
COMPONENT_NAME
public static final String COMPONENT_NAME
The name of the Almanach component in Silverpeas.- See Also:
- Constant Field Values
-
SETTINGS_PATH
public static final String SETTINGS_PATH
The relative path of the properties file containing the settings of the Almanach component.- See Also:
- Constant Field Values
-
MESSAGES_PATH
public static final String MESSAGES_PATH
The relative path of the i18n bundle of the FormsOnline component.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessagesIn
public static org.silverpeas.core.util.LocalizationBundle getMessagesIn(String language)
Gets all the messages for the FormsOnline component and translated in the specified language.- Parameters:
language- the language in which are written the messages.- Returns:
- the resource with the translated messages.
-
-