Package | Description |
---|---|
org.jboss.solder.bean |
A collection of base classes and builders for working with
Bean metadata objects. |
org.jboss.solder.serviceHandler |
Allows interfaces and abstract classes to be declated as automatically implemented beans.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingContextualLifecycle<T>
An implementation of
ContextualLifecycle that is backed by an
InjectionTarget . |
Modifier and Type | Method and Description |
---|---|
ContextualLifecycle<T> |
BeanBuilder.getBeanLifecycle()
The
ContextualLifecycle currently defined for bean creation. |
Modifier and Type | Method and Description |
---|---|
BeanBuilder<T> |
BeanBuilder.beanLifecycle(ContextualLifecycle<T> beanLifecycle)
Define the
ContextualLifecycle used for bean creation. |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceHandlerBeanLifecycle<T,H>
Bean lifecycle for ServiceHandler beans
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.