Class PreferenceScopeResolutionStrategyInfo
- java.lang.Object
-
- org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo
-
@Portable public class PreferenceScopeResolutionStrategyInfo extends Object
Holds all necessary information to the scope resolution strategy.
-
-
Constructor Summary
Constructors Constructor Description PreferenceScopeResolutionStrategyInfo(List<PreferenceScope> order, PreferenceScope defaultScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreferenceScopedefaultScope()List<PreferenceScope>order()
-
-
-
Constructor Detail
-
PreferenceScopeResolutionStrategyInfo
public PreferenceScopeResolutionStrategyInfo(List<PreferenceScope> order, PreferenceScope defaultScope)
-
-
Method Detail
-
order
public List<PreferenceScope> order()
-
defaultScope
public PreferenceScope defaultScope()
-
-