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

Packages that use ManagedBean
org.apache.webbeans.component   
org.apache.webbeans.component.creation   
org.apache.webbeans.component.xml   
org.apache.webbeans.config   
org.apache.webbeans.portable.events   
org.apache.webbeans.portable.events.generics   
org.apache.webbeans.util   
 

Uses of ManagedBean in org.apache.webbeans.component
 

Subclasses of ManagedBean in org.apache.webbeans.component
 class NewBean<T>
          Component definition with New binding annotation.
 

Uses of ManagedBean in org.apache.webbeans.component.creation
 

Methods in org.apache.webbeans.component.creation that return ManagedBean
 ManagedBean<T> ManagedBeanCreatorImpl.getBean()
          Return type-safe bean instance.
 

Constructors in org.apache.webbeans.component.creation with parameters of type ManagedBean
AnnotatedTypeBeanCreatorImpl(ManagedBean<T> managedBean)
           
ManagedBeanCreatorImpl(ManagedBean<T> managedBean)
          Creates a new creator.
 

Uses of ManagedBean in org.apache.webbeans.component.xml
 

Subclasses of ManagedBean in org.apache.webbeans.component.xml
 class XMLManagedBean<T>
           
 

Uses of ManagedBean in org.apache.webbeans.config
 

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

Uses of ManagedBean in org.apache.webbeans.portable.events
 

Constructors in org.apache.webbeans.portable.events with parameters of type ManagedBean
ProcessManagedBeanImpl(ManagedBean<X> bean, AnnotatedType<X> annotatedType)
           
 

Uses of ManagedBean in org.apache.webbeans.portable.events.generics
 

Constructors in org.apache.webbeans.portable.events.generics with parameters of type ManagedBean
GProcessManagedBean(ManagedBean<?> bean, AnnotatedType<?> annotated)
           
 

Uses of ManagedBean in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util that return ManagedBean
static
<T> ManagedBean<T>
WebBeansAnnotatedTypeUtil.defineAbstractDecorator(AnnotatedType<T> type)
           
static
<T> ManagedBean<T>
WebBeansUtil.defineAbstractDecorator(ManagedBeanCreatorImpl<T> managedBeanCreator, ProcessInjectionTarget<T> processInjectionTargetEvent)
           
static
<T> ManagedBean<T>
WebBeansAnnotatedTypeUtil.defineManagedBean(AnnotatedType<T> type)
           
static
<T> ManagedBean<T>
WebBeansUtil.defineManagedBean(ManagedBeanCreatorImpl<T> managedBeanCreator, ProcessInjectionTarget<T> processInjectionTargetEvent)
           
static
<T> ManagedBean<T>
WebBeansUtil.defineManagedBeanWithoutFireEvents(AnnotatedType<T> type)
           
 



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