| Package | Description |
|---|---|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorImpl<T> |
class |
InterceptorImpl<T> |
class |
NewManagedBean<T>
Represents a @New simple bean
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ManagedBean<T> |
ManagedBean.of(BeanAttributes<T> attributes,
EnhancedAnnotatedType<T> clazz,
BeanManagerImpl beanManager)
Creates a simple, annotation defined Web Bean
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> ManagedBean<T> |
AbstractBeanDeployer.createManagedBean(EnhancedAnnotatedType<T> weldClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addManagedBean(ManagedBean<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected static <X> void |
ProcessManagedBeanImpl.fire(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
| Constructor and Description |
|---|
ProcessManagedBeanImpl(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
Copyright © 2016. All Rights Reserved.