Class MantleSettingsManager
- java.lang.Object
-
- org.pentaho.mantle.client.usersettings.MantleSettingsManager
-
public class MantleSettingsManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MantleSettingsManager
getInstance()
void
getMantleSettings(boolean forceReload)
void
getMantleSettings(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,String>> callback, boolean forceReload)
-
-
-
Method Detail
-
getInstance
public static MantleSettingsManager getInstance()
-
getMantleSettings
public void getMantleSettings(boolean forceReload)
-
-