|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextualLifecycle | |
|---|---|
| org.jboss.seam.solder.bean |
A collection of base classes and builders for working with Bean metadata objects. |
| org.jboss.seam.solder.serviceHandler | |
| Uses of ContextualLifecycle in org.jboss.seam.solder.bean |
|---|
| Classes in org.jboss.seam.solder.bean that implement ContextualLifecycle | |
|---|---|
class |
DelegatingContextualLifecycle<T>
An implementation of ContextualLifecycle that is backed by an
InjectionTarget. |
| Methods in org.jboss.seam.solder.bean that return ContextualLifecycle | |
|---|---|
ContextualLifecycle<T> |
BeanBuilder.getBeanLifecycle()
The ContextualLifecycle currently defined for bean creation. |
| Methods in org.jboss.seam.solder.bean with parameters of type ContextualLifecycle | |
|---|---|
BeanBuilder<T> |
BeanBuilder.beanLifecycle(ContextualLifecycle<T> beanLifecycle)
Define the ContextualLifecycle used for bean creation. |
| Constructors in org.jboss.seam.solder.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<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<InjectionPoint> injectionPoints,
ContextualLifecycle<T> beanLifecycle,
String toString)
|
|
| Uses of ContextualLifecycle in org.jboss.seam.solder.serviceHandler |
|---|
| Classes in org.jboss.seam.solder.serviceHandler that implement ContextualLifecycle | |
|---|---|
class |
ServiceHandlerBeanLifecycle<T,H>
Bean lifecycle for ServiceHandler beans |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||