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

Packages that use ManagedBean
org.apache.webbeans.component   
org.apache.webbeans.component.creation   
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 NewManagedBean<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.config
 

Methods in org.apache.webbeans.config that return ManagedBean
<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, javax.enterprise.inject.spi.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, javax.enterprise.inject.spi.AnnotatedType<?> annotated)
           
 

Uses of ManagedBean in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util that return ManagedBean
<T> ManagedBean<T>
WebBeansUtil.defineAbstractDecorator(javax.enterprise.inject.spi.AnnotatedType<T> type)
           
<T> ManagedBean<T>
WebBeansUtil.defineAbstractDecorator(ManagedBeanCreatorImpl<T> managedBeanCreator, javax.enterprise.inject.spi.ProcessInjectionTarget<T> processInjectionTargetEvent)
           
<T> ManagedBean<T>
WebBeansUtil.defineManagedBean(javax.enterprise.inject.spi.AnnotatedType<T> type)
           
<T> ManagedBean<T>
WebBeansUtil.defineManagedBean(ManagedBeanCreatorImpl<T> managedBeanCreator, javax.enterprise.inject.spi.ProcessInjectionTarget<T> processInjectionTargetEvent, boolean allowLazyInit)
           
<T> ManagedBean<T>
WebBeansUtil.defineManagedBeanWithoutFireEvents(javax.enterprise.inject.spi.AnnotatedType<T> type)
          This method will be used in AfterBeanDiscovery.addBean(javax.enterprise.inject.spi.Bean)}
 

Methods in org.apache.webbeans.util with parameters of type ManagedBean
 void WebBeansUtil.lazyInitializeManagedBean(Class<?> clazz, ManagedBean<?> managedBean, ManagedBeanCreatorImpl<?> managedBeanCreator)
           
 



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