Package de.uplanet.lucy.server
Class ServerFeature
- java.lang.Object
-
- de.uplanet.lucy.server.ServerFeature
-
@Scriptable public final class ServerFeature extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSPROP_ERROR_MODEstatic StringSYSPROP_SINGLE_TENANT_MODEstatic StringSYSPROP_YELLOW_FADE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisMobileDevicesSupported()Flag indicating if mobile devices are supported.static booleanisSilentModeEnabled()Flag indicating if silent mode is enabled.static booleanisSingleTenantMode()Flag indicating if single tenant mode is enabled.static booleanisYellowFadeEnabled()Flag indicating if yellow fade is enabled.
-
-
-
Field Detail
-
SYSPROP_YELLOW_FADE
@SystemProperty public static final String SYSPROP_YELLOW_FADE
- See Also:
- Constant Field Values
-
SYSPROP_ERROR_MODE
@SystemProperty public static final String SYSPROP_ERROR_MODE
- See Also:
- Constant Field Values
-
SYSPROP_SINGLE_TENANT_MODE
@SystemProperty public static final String SYSPROP_SINGLE_TENANT_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isMobileDevicesSupported
public static boolean isMobileDevicesSupported()
Flag indicating if mobile devices are supported.- Returns:
trueif mobile devices are supported, orfalseotherwise.
-
isYellowFadeEnabled
public static boolean isYellowFadeEnabled()
Flag indicating if yellow fade is enabled.- Returns:
trueif yellow fade is enabled, orfalseotherwise.
-
isSilentModeEnabled
public static boolean isSilentModeEnabled()
Flag indicating if silent mode is enabled.- Returns:
trueif silent mode is enabled, orfalseotherwise.
-
isSingleTenantMode
public static boolean isSingleTenantMode()
Flag indicating if single tenant mode is enabled.- Returns:
truesingle tenant mode is enabled, orfalseotherwise.
-
-