public class SuperDevMode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SuperDevMode.RecompileResult |
Modifier and Type | Field and Description |
---|---|
protected static String |
SKIP_RECOMPILE |
Constructor and Description |
---|
SuperDevMode() |
Modifier and Type | Method and Description |
---|---|
protected static void |
disableDevModeAndReload() |
static boolean |
enableBasedOnParameter()
Enables SuperDevMode if the url contains the "superdevmode" parameter.
|
protected static String |
getSuperDevWidgetSetUrl(String widgetsetName,
String serverUrl) |
protected static boolean |
isSuperDevModeEnabledInModule() |
protected static boolean |
isSuperDevModeEnabledInModule(String moduleName) |
protected static boolean |
recompileIfNeeded(String serverUrl)
The URL of the code server.
|
protected static void |
redirect(boolean devModeOn) |
protected static final String SKIP_RECOMPILE
protected static String getSuperDevWidgetSetUrl(String widgetsetName, String serverUrl)
protected static void disableDevModeAndReload()
protected static void redirect(boolean devModeOn)
protected static boolean recompileIfNeeded(String serverUrl)
serverUrl
- The url of the code server or null to use the defaultprotected static boolean isSuperDevModeEnabledInModule()
protected static boolean isSuperDevModeEnabledInModule(String moduleName)
public static boolean enableBasedOnParameter()
The caller should not continue initialization of the application if this method returns true. The application will be restarted once compilation is done and then this method will return false.
Copyright © 2019 Vaadin Ltd. All rights reserved.