public class DeveloperSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeveloperSettings.Setup |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(Key key)
If developerMode is enabled, return the boolean value of the stored
setting.
|
static DeveloperSettings |
getInstance() |
Map<String,Object> |
getRawSettingsMap()
Get the values of all the settings, by element ID, regardless of whether
developerMode is enabled or not.
|
String |
getString(Key key)
If developerMode is enabled and the setting has a value, return that
value.
|
String |
toString() |
void |
updateFromProperties(Properties properties) |
void |
updateFromRequest(Map<String,String[]> parameterMap) |
public static DeveloperSettings getInstance()
public void updateFromProperties(Properties properties)
public boolean getBoolean(Key key)
public String getString(Key key)
public Map<String,Object> getRawSettingsMap()
Copyright © 2016. All rights reserved.