org.jboss.weld.resolution
Class TypeSafeDecoratorResolver

java.lang.Object
  extended by org.jboss.weld.resolution.TypeSafeResolver<Resolvable,T>
      extended by org.jboss.weld.resolution.TypeSafeBeanResolver<DecoratorImpl<?>>
          extended by org.jboss.weld.resolution.TypeSafeDecoratorResolver

public class TypeSafeDecoratorResolver
extends TypeSafeBeanResolver<DecoratorImpl<?>>

Author:
pmuir

Field Summary
 
Fields inherited from class org.jboss.weld.resolution.TypeSafeBeanResolver
TRANSFORMERS
 
Constructor Summary
TypeSafeDecoratorResolver(BeanManagerImpl manager, java.lang.Iterable<DecoratorImpl<?>> decorators)
           
 
Method Summary
protected  boolean matches(Resolvable resolvable, DecoratorImpl<?> bean)
           
protected  java.util.Set<DecoratorImpl<?>> sortResult(java.util.Set<DecoratorImpl<?>> matchedDecorators)
           
 
Methods inherited from class org.jboss.weld.resolution.TypeSafeBeanResolver
filterResult, getManager, getTransformers, resolve, resolve
 
Methods inherited from class org.jboss.weld.resolution.TypeSafeResolver
clear, resolve, toString, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeSafeDecoratorResolver

public TypeSafeDecoratorResolver(BeanManagerImpl manager,
                                 java.lang.Iterable<DecoratorImpl<?>> decorators)
Method Detail

matches

protected boolean matches(Resolvable resolvable,
                          DecoratorImpl<?> bean)
Overrides:
matches in class TypeSafeBeanResolver<DecoratorImpl<?>>

sortResult

protected java.util.Set<DecoratorImpl<?>> sortResult(java.util.Set<DecoratorImpl<?>> matchedDecorators)
Overrides:
sortResult in class TypeSafeBeanResolver<DecoratorImpl<?>>


Copyright © 2008-2009 Seam Framework. All Rights Reserved.