Uses of Class
org.uberfire.preferences.shared.impl.exception.InvalidPreferenceScopeException
-
Packages that use InvalidPreferenceScopeException Package Description org.uberfire.preferences.shared org.uberfire.preferences.shared.impl -
-
Uses of InvalidPreferenceScopeException in org.uberfire.preferences.shared
Methods in org.uberfire.preferences.shared that throw InvalidPreferenceScopeException Modifier and Type Method Description PreferenceScopePreferenceScopeFactory. createScope(String type)Builds a new preference scope, that does not require a custom key.PreferenceScopePreferenceScopeFactory. createScope(String type, String key)Builds a new preference scope, that requires a custom key.PreferenceScopePreferenceScopeFactory. createScope(String type, String key, PreferenceScope childScope)Builds a new preference scope, that requires a custom key, and has the passed child scope.PreferenceScopePreferenceScopeFactory. createScope(String type, PreferenceScope childScope)Builds a new preference scope, that does not require a custom key, and has the passed child scope.PreferenceScopePreferenceScopeFactory. createScope(PreferenceScope... scopes)Builds a new preference scope, that contains the following ones as child scopes.StringPreferenceScopeTypes. getDefaultKeyFor(String type)Returns the default key for a type.booleanPreferenceScopeTypes. typeRequiresKey(String type)Checks if a scope type requires a custom key.voidPreferenceScopeValidator. validate(PreferenceScope scope)Checks if a scope is valid. -
Uses of InvalidPreferenceScopeException in org.uberfire.preferences.shared.impl
Methods in org.uberfire.preferences.shared.impl that throw InvalidPreferenceScopeException Modifier and Type Method Description PreferenceScopePreferenceScopeFactoryImpl. createScope(String type)PreferenceScopePreferenceScopeFactoryImpl. createScope(String type, String key)PreferenceScopePreferenceScopeFactoryImpl. createScope(String type, String key, PreferenceScope childScope)PreferenceScopePreferenceScopeFactoryImpl. createScope(String type, PreferenceScope childScope)PreferenceScopePreferenceScopeFactoryImpl. createScope(PreferenceScope... scopes)StringDefaultPreferenceScopeTypes. getDefaultKeyFor(String type)booleanDefaultPreferenceScopeTypes. typeRequiresKey(String type)voidPreferenceScopeValidatorImpl. validate(PreferenceScope scope)protected voidDefaultPreferenceScopeTypes. validateType(String type)
-