public abstract class BuiltInOwbBean<T> extends AbstractOwbBean<T>
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType| Modifier | Constructor and Description |
|---|---|
protected |
BuiltInOwbBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
BeanAttributesImpl<T> beanAttributes,
Class<T> returnType,
boolean nullable,
ProducerFactory<T> producerFactory) |
protected |
BuiltInOwbBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
Class<T> returnType,
ProducerFactory<T> producerFactory) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.Producer<T> |
getProducer() |
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toStringgetName, getQualifiers, getScope, getStereotypes, getTypes, isNullableprotected BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, Class<T> returnType, ProducerFactory<T> producerFactory)
protected BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, BeanAttributesImpl<T> beanAttributes, Class<T> returnType, boolean nullable, ProducerFactory<T> producerFactory)
public javax.enterprise.inject.spi.Producer<T> getProducer()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.