Package org.uberfire.preferences.shared
Interface PreferenceScopeResolver
-
- All Known Implementing Classes:
DefaultPreferenceScopeResolver
public interface PreferenceScopeResolverProvides a way to obtain scopes related to a scope resolution order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreferenceScoperesolve(String... scopeTypes)Returns a PreferenceScope that belongs to the resolution strategy hierarchy, based on the passed types.
-
-
-
Method Detail
-
resolve
PreferenceScope resolve(String... scopeTypes)
Returns a PreferenceScope that belongs to the resolution strategy hierarchy, based on the passed types.- Parameters:
scopeTypes- Scope types associated to the desired scope.- Returns:
- The PreferenceScope related to the passed types (if it exists, null otherwise).
-
-