Uses of Class
org.apache.webbeans.component.WebBeansType

Packages that use WebBeansType
org.apache.webbeans.component   
org.apache.webbeans.config   
 

Uses of WebBeansType in org.apache.webbeans.component
 

Fields in org.apache.webbeans.component declared as WebBeansType
protected  WebBeansType AbstractOwbBean.webBeansType
          Web Beans type
 

Methods in org.apache.webbeans.component that return WebBeansType
 WebBeansType NewBean.getDefinedType()
           
 WebBeansType OwbBean.getWebBeansType()
          Returns bean type.
 WebBeansType AbstractOwbBean.getWebBeansType()
          Get web bean type of the bean.
static WebBeansType WebBeansType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebBeansType[] WebBeansType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.webbeans.component with parameters of type WebBeansType
AbstractInjectionTargetBean(WebBeansType webBeansType, Class<T> returnType)
          Creates a new observer owner component.
AbstractOwbBean(WebBeansType webBeanType)
          Creates a new instance.
AbstractOwbBean(WebBeansType webBeansType, Class<T> returnType)
          Constructor definiton.
AbstractProducerBean(WebBeansType type, Class<T> returnType, InjectionTargetBean<?> ownerComponent)
          Create a new instance.
ManagedBean(Class<T> returnType, WebBeansType type)
          Creates a new instance.
NewBean(Class<T> returnType, WebBeansType definedType)
           
 

Uses of WebBeansType in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config with parameters of type WebBeansType
static
<T> ManagedBean<T>
ManagedBeanConfigurator.define(Class<T> clazz, WebBeansType type)
          Deprecated.  
 



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