public class TypeSafeDecoratorResolver extends TypeSafeBeanResolver<Decorator<?>>
TypeSafeBeanResolver.BeanDisambiguation| Constructor and Description |
|---|
TypeSafeDecoratorResolver(BeanManagerImpl manager,
Iterable<Decorator<?>> decorators) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<? extends Decorator<?>> |
getAllBeans(Resolvable resolvable) |
protected boolean |
matches(Resolvable resolvable,
Decorator<?> bean) |
protected Set<Decorator<?>> |
sortResult(Set<Decorator<?>> matchedDecorators) |
clear, filterResult, getBeanManager, resolvegetAllBeans, isCached, resolve, toString, wrappublic TypeSafeDecoratorResolver(BeanManagerImpl manager, Iterable<Decorator<?>> decorators)
protected boolean matches(Resolvable resolvable, Decorator<?> bean)
matches in class TypeSafeBeanResolver<Decorator<?>>protected Iterable<? extends Decorator<?>> getAllBeans(Resolvable resolvable)
getAllBeans in class TypeSafeBeanResolver<Decorator<?>>protected Set<Decorator<?>> sortResult(Set<Decorator<?>> matchedDecorators)
sortResult in class TypeSafeBeanResolver<Decorator<?>>Copyright © 2013 Seam Framework. All Rights Reserved.