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 String
SYSPROP_ERROR_MODE
static String
SYSPROP_SINGLE_TENANT_MODE
static String
SYSPROP_YELLOW_FADE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isMobileDevicesSupported()
Flag indicating if mobile devices are supported.static boolean
isSilentModeEnabled()
Flag indicating if silent mode is enabled.static boolean
isSingleTenantMode()
Flag indicating if single tenant mode is enabled.static boolean
isYellowFadeEnabled()
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:
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.
-
-