org.apache.openejb.cdi
Class WebAppInjectionResolver

java.lang.Object
  extended by org.apache.webbeans.container.InjectionResolver
      extended by org.apache.openejb.cdi.WebAppInjectionResolver

public class WebAppInjectionResolver
extends org.apache.webbeans.container.InjectionResolver


Constructor Summary
WebAppInjectionResolver(WebappWebBeansContext ctx)
           
 
Method Summary
 Set<javax.enterprise.inject.spi.Bean<?>> implResolveByType(boolean delegate, Type injectionPointType, Class<?> injectinPointClass, Annotation... qualifiers)
           
 
Methods inherited from class org.apache.webbeans.container.InjectionResolver
checkInjectionPoint, checkInjectionPointType, clearCaches, findByAlternatives, findByAlternatives, findBySpecialization, getInjectionPointBean, implResolveByName, implResolveByType, resolve, resolveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppInjectionResolver

public WebAppInjectionResolver(WebappWebBeansContext ctx)
Method Detail

implResolveByType

public Set<javax.enterprise.inject.spi.Bean<?>> implResolveByType(boolean delegate,
                                                                  Type injectionPointType,
                                                                  Class<?> injectinPointClass,
                                                                  Annotation... qualifiers)
Overrides:
implResolveByType in class org.apache.webbeans.container.InjectionResolver


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.