| Package | Description |
|---|---|
| org.apache.webbeans.config | |
| org.apache.webbeans.util |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
BeansDeployer.defineManagedBean(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeansDeployer.ExtendedBeanAttributes extendedBeanAttributes,
Map<javax.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>> annotatedTypes)
Defines and configures managed bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeansDeployer.checkStereoTypes(Map<BeanArchiveService.BeanArchiveInformation,Map<javax.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda)
Check steretypes.
|
protected <T> void |
BeansDeployer.defineManagedBean(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeansDeployer.ExtendedBeanAttributes extendedBeanAttributes,
Map<javax.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>> annotatedTypes)
Defines and configures managed bean.
|
protected void |
BeansDeployer.deployFromBeanAttributes(Map<BeanArchiveService.BeanArchiveInformation,Map<javax.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda)
Discovers and deploys classes from class path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpecializationUtil.removeDisabledBeanAttributes(Map<BeanArchiveService.BeanArchiveInformation,Map<javax.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda,
SpecializationUtil.BeanAttributesProvider attributeProvider,
boolean notSpecializationOnly)
This method iterates over all given BeanAttributes and removes those which are 'Specialised away'.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.