public class AbstractTypeSafeBeanResolver.BeanDisambiguation extends CacheLoader<Set<Bean<?>>,Set<Bean<?>>>
CacheLoader.InvalidCacheLoadException
Modifier and Type | Method and Description |
---|---|
Set<Bean<?>> |
load(Set<Bean<?>> from)
Computes or retrieves the value corresponding to
key . |
Set<Bean<?>> |
resolveAlternatives(Set<Bean<?>> alternatives)
If all the beans left are alternatives with a priority, then the container will select the
alternative with the highest priority, and the ambiguous dependency is called resolvable.
|
from, from, loadAll, reload
public Set<Bean<?>> load(Set<Bean<?>> from)
CacheLoader
key
.Copyright © 2013 Seam Framework. All Rights Reserved.