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 NewManagedBean.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, WebBeansContext webBeansContext)
          Creates a new observer owner component.
AbstractOwbBean(WebBeansType webBeansType, Class<T> returnType, WebBeansContext webBeansContext)
          Constructor definiton.
AbstractOwbBean(WebBeansType webBeanType, WebBeansContext webBeansContext)
          Creates a new instance.
AbstractProducerBean(WebBeansType type, Class<T> returnType, InjectionTargetBean<?> ownerComponent)
          Create a new instance.
BuildInOwbBean(WebBeansType webBeanType)
           
BuildInOwbBean(WebBeansType webBeansType, Class<T> returnType)
           
ManagedBean(Class<T> returnType, WebBeansType type, WebBeansContext webBeansContext)
          Creates a new instance.
NewManagedBean(Class<T> returnType, WebBeansType definedType, WebBeansContext webBeansContext)
           
 

Uses of WebBeansType in org.apache.webbeans.config
 

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



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