Uses of Interface
org.apache.webbeans.inject.Injectable

Packages that use Injectable
org.apache.webbeans.inject   
org.apache.webbeans.inject.xml   
 

Uses of Injectable in org.apache.webbeans.inject
 

Classes in org.apache.webbeans.inject that implement Injectable
 class AbstractInjectable
          Abstract implementation of the Injectable contract.
 class InjectableConstructor<T>
          Injects the parameters of the ManagedBean constructor and returns the created instance.
 class InjectableField
          Field type injection.
 class InjectableMethods<T>
           
 

Uses of Injectable in org.apache.webbeans.inject.xml
 

Classes in org.apache.webbeans.inject.xml that implement Injectable
 class XMLInjectableConstructor<T>
          Defines the injectable constructor.
 class XMLInjectableField
           
 class XMLInjectableMethods<T>
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.