org.drools.guvnor.client.configurations
Class ApplicationPreferences
java.lang.Object
org.drools.guvnor.client.configurations.ApplicationPreferences
public class ApplicationPreferences
- extends Object
Storage for global preferences.
Preferences effect behaviour and display.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
DEFAULT_LANGUAGE
public static final String DEFAULT_LANGUAGE
- See Also:
- Constant Field Values
DEFAULT_COUNTRY
public static final String DEFAULT_COUNTRY
- See Also:
- Constant Field Values
DESIGNER_URL
public static final String DESIGNER_URL
- See Also:
- Constant Field Values
DESIGNER_CONTEXT
public static final String DESIGNER_CONTEXT
- See Also:
- Constant Field Values
DESIGNER_PROFILE
public static final String DESIGNER_PROFILE
- See Also:
- Constant Field Values
GUVNOR_URL
public static final String GUVNOR_URL
- See Also:
- Constant Field Values
instance
public static ApplicationPreferences instance
setUp
public static void setUp(Map<String,String> map)
getBooleanPref
public static boolean getBooleanPref(String name)
getStringPref
public static String getStringPref(String name)
getDroolsDateFormat
public static String getDroolsDateFormat()
showVerifier
public static boolean showVerifier()
showVisualRuleFlow
public static boolean showVisualRuleFlow()
getDesignerURL
public static String getDesignerURL()
getDesignerContext
public static String getDesignerContext()
getDesignerProfile
public static String getDesignerProfile()
getGuvnorURL
public static String getGuvnorURL()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.