Package de.uplanet.lucy.server
Class ServerFeature
java.lang.Object
de.uplanet.lucy.server.ServerFeature
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Flag indicating if mobile devices are supported.static boolean
Flag indicating if silent mode is enabled.static boolean
Flag indicating if single tenant mode is enabled.static boolean
Flag indicating if yellow fade is enabled.
-
Field Details
-
SYSPROP_YELLOW_FADE
- See Also:
-
SYSPROP_ERROR_MODE
- See Also:
-
SYSPROP_SINGLE_TENANT_MODE
- See Also:
-
-
Method Details
-
isMobileDevicesSupported
public static boolean isMobileDevicesSupported()Flag indicating if mobile devices are supported.- Returns:
true
if mobile devices are supported, orfalse
otherwise.
-
isYellowFadeEnabled
public static boolean isYellowFadeEnabled()Flag indicating if yellow fade is enabled.- Returns:
true
if yellow fade is enabled, orfalse
otherwise.
-
isSilentModeEnabled
public static boolean isSilentModeEnabled()Flag indicating if silent mode is enabled.- Returns:
true
if silent mode is enabled, orfalse
otherwise.
-
isSingleTenantMode
public static boolean isSingleTenantMode()Flag indicating if single tenant mode is enabled.- Returns:
true
single tenant mode is enabled, orfalse
otherwise.
-