Package com.jadice.web.util.gwt.client
Class DevModeUtils
java.lang.Object
com.jadice.web.util.gwt.client.DevModeUtils
Deprecated.
This is only for demo use and is being relocated to the relevant demo modules. Slated for removal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated.Due to API difficulties detecting dev, superdev and prod mode we need to provide a custom SuperDev mode detection.
-
Constructor Details
-
DevModeUtils
public DevModeUtils()Deprecated.
-
-
Method Details
-
isAnyDevMode
public static boolean isAnyDevMode()Deprecated.Due to API difficulties detecting dev, superdev and prod mode we need to provide a custom SuperDev mode detection.- Returns:
- true if either superdev or the old dev mode are detected
-