Package org.silverpeas.core.wbe
Class WbeSettings
- java.lang.Object
-
- org.silverpeas.core.wbe.WbeSettings
-
public class WbeSettings extends Object
- Author:
- silveryocha
-
-
Field Summary
Fields Modifier and Type Field Description static String
SETTINGS_PATH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getWbeUserIdPrefix()
Gets the prefix of WEb Browser Edition user ids to exchange.static boolean
isAdminEnabled()
Indicates if the administration of Web Browser Edition is enabled.
-
-
-
Field Detail
-
SETTINGS_PATH
public static final String SETTINGS_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAdminEnabled
public static boolean isAdminEnabled()
Indicates if the administration of Web Browser Edition is enabled.- Returns:
- true if enabled, false otherwise.
-
getWbeUserIdPrefix
public static String getWbeUserIdPrefix()
Gets the prefix of WEb Browser Edition user ids to exchange.- Returns:
- a string which could be empty but never null.
-
-