Uses of Interface
org.uberfire.preferences.shared.PreferenceScopeResolver
-
Packages that use PreferenceScopeResolver Package Description org.uberfire.preferences.shared org.uberfire.preferences.shared.impl -
-
Uses of PreferenceScopeResolver in org.uberfire.preferences.shared
Methods in org.uberfire.preferences.shared that return PreferenceScopeResolver Modifier and Type Method Description PreferenceScopeResolverPreferenceStore. getDefaultScopeResolver()Provides a portable instance that resolves scopes in the default scope resolution strategy order.PreferenceScopeResolverPreferenceScopeResolutionStrategy. getScopeResolver()Returns a scope resolver for this scope resolution strategy. -
Uses of PreferenceScopeResolver in org.uberfire.preferences.shared.impl
Classes in org.uberfire.preferences.shared.impl that implement PreferenceScopeResolver Modifier and Type Class Description classDefaultPreferenceScopeResolverDefault scope resolver forDefaultPreferenceScopeResolutionStrategy.Methods in org.uberfire.preferences.shared.impl that return PreferenceScopeResolver Modifier and Type Method Description PreferenceScopeResolverDefaultPreferenceScopeResolutionStrategy. getScopeResolver()
-