Uses of Interface
org.jboss.weld.extensions.bean.ContextualLifecycle

Packages that use ContextualLifecycle
org.jboss.weld.extensions.bean A collection of base classes and builders for working with Bean metadata objects. 
org.jboss.weld.extensions.servicehandler Allows interfaces and abstract classes to be declated as automatically implemented beans. 
 

Uses of ContextualLifecycle in org.jboss.weld.extensions.bean
 

Classes in org.jboss.weld.extensions.bean that implement ContextualLifecycle
 class DelegatingContextualLifecycle<T>
          An implementation of ContextualLifecycle that is backed by an InjectionTarget.
 

Methods in org.jboss.weld.extensions.bean that return ContextualLifecycle
 ContextualLifecycle<T> BeanBuilder.getBeanLifecycle()
          The ContextualLifecycle currently defined for bean creation.
 

Methods in org.jboss.weld.extensions.bean with parameters of type ContextualLifecycle
 BeanBuilder<T> BeanBuilder.beanLifecycle(ContextualLifecycle<T> beanLifecycle)
          Define the ContextualLifecycle used for bean creation.
 

Constructors in org.jboss.weld.extensions.bean with parameters of type ContextualLifecycle
ImmutableBean(Class<?> beanClass, String name, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes, Set<Type> types, boolean alternative, boolean nullable, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints, ContextualLifecycle<T> contextualLifecycle, String toString)
          Create a new, immutable bean.
ImmutablePassivationCapableBean(String id, Class<?> beanClass, String name, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes, Set<Type> types, boolean alternative, boolean nullable, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints, ContextualLifecycle<T> beanLifecycle, String toString)
           
 

Uses of ContextualLifecycle in org.jboss.weld.extensions.servicehandler
 

Classes in org.jboss.weld.extensions.servicehandler that implement ContextualLifecycle
 class ServiceHandlerBeanLifecycle<T,H>
          Bean lifecycle for ServiceHandler beans
 



Copyright © 2008-2010 Seam Framework. All Rights Reserved.