| Package | Description |
|---|---|
| org.apache.webbeans.component | |
| org.apache.webbeans.config |
| Modifier and Type | Field and Description |
|---|---|
protected WebBeansType |
AbstractOwbBean.webBeansType
Web Beans type
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 webBeansType,
Class<T> returnType) |
ManagedBean(Class<T> returnType,
WebBeansType type,
WebBeansContext webBeansContext)
Creates a new instance.
|
NewManagedBean(Class<T> returnType,
WebBeansType definedType,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> ManagedBean<T> |
ManagedBeanConfigurator.define(Class<T> clazz,
WebBeansType type)
Deprecated.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.