| Package | Description |
|---|---|
| org.jboss.weld |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean.builtin.ee |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.api.helpers | |
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.config |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.context |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager.api | |
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
Container.services()
Get the services for this application deployment
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Container.initialize(BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices)
Initialize the container for the current application deployment
|
static void |
Container.initialize(java.lang.String contextId,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices) |
| Constructor and Description |
|---|
Container(BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices) |
Container(java.lang.String contextId,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices) |
| Modifier and Type | Method and Description |
|---|---|
static <X,T> ProducerField<X,T> |
ProducerField.of(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl beanManager,
ServiceRegistry services)
Creates a producer field
|
static <X,T> ProducerMethod<X,T> |
ProducerMethod.of(BeanAttributes<T> attributes,
EnhancedAnnotatedMethod<T,? super X> method,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl beanManager,
ServiceRegistry services)
Creates a producer method Web Bean
|
| Constructor and Description |
|---|
AbstractProducerBean(BeanAttributes<T> attributes,
BeanIdentifier identifier,
AbstractClassBean<X> declaringBean,
BeanManagerImpl beanManager,
ServiceRegistry services)
Constructor
|
ProducerField(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl manager,
ServiceRegistry services)
Constructor
|
ProducerMethod(BeanIdentifier identifier,
BeanAttributes<T> attributes,
EnhancedAnnotatedMethod<T,? super X> method,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl beanManager,
ServiceRegistry services) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
BeanManagerProxy.getServices() |
| Modifier and Type | Method and Description |
|---|---|
static <X,T> StaticEEResourceProducerField<X,T> |
StaticEEResourceProducerField.of(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl manager,
ServiceRegistry services) |
static <X,T> EEResourceProducerField<X,T> |
EEResourceProducerField.of(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl manager,
ServiceRegistry services)
Creates an EE resource producer field
|
| Constructor and Description |
|---|
EEResourceProducerField(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl manager,
ServiceRegistry services) |
StaticEEResourceProducerField(BeanAttributes<T> attributes,
EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
DisposalMethod<X,?> disposalMethod,
BeanManagerImpl manager,
ServiceRegistry services) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<ContextHolder<? extends Context>> |
WeldStartup.createContexts(ServiceRegistry services) |
protected static void |
WeldStartup.verifyServices(ServiceRegistry services,
java.util.Set<java.lang.Class<? extends Service>> requiredServices) |
| Constructor and Description |
|---|
AbstractBeanDeployer(BeanManagerImpl manager,
ServiceRegistry services,
E environment) |
BeanDeployer(BeanManagerImpl manager,
EjbDescriptors ejbDescriptors,
ServiceRegistry services) |
BeanDeployer(BeanManagerImpl manager,
EjbDescriptors ejbDescriptors,
ServiceRegistry services,
BeanDeployerEnvironment environment) |
BeanDeployment(BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices,
java.util.Collection<ContextHolder<? extends Context>> contexts) |
BeanDeployment(BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices,
java.util.Collection<ContextHolder<? extends Context>> contexts,
boolean additionalBeanArchive) |
ConcurrentBeanDeployer(BeanManagerImpl manager,
EjbDescriptors ejbDescriptors,
ServiceRegistry services) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingServiceRegistry |
class |
SimpleServiceRegistry
A registry for services
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceRegistry |
ForwardingServiceRegistry.delegate() |
static ServiceRegistry |
ServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceRegistry |
ServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
Deployment.getServices()
Get the services available to this deployment
|
ServiceRegistry |
BeanDeploymentArchive.getServices()
Get the Bean Deployment Archive scoped services
|
| Constructor and Description |
|---|
WeldConfiguration(ServiceRegistry services,
Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceRegistry |
AbstractContext.getServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
AbstractWeldDeployment.getServices() |
ServiceRegistry |
AbstractWeldBeanDeploymentArchive.getServices() |
| Modifier and Type | Method and Description |
|---|---|
static ObserverNotifier |
ObserverNotifier.of(java.lang.String contextId,
TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict) |
| Constructor and Description |
|---|
GlobalObserverNotifierService(ServiceRegistry services,
java.lang.String contextId) |
ObserverNotifier(TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict) |
TransactionalObserverNotifier(java.lang.String contextId,
TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
BeanManagerImpl.getServices() |
| Modifier and Type | Method and Description |
|---|---|
static BeanManagerImpl |
BeanManagerImpl.newManager(BeanManagerImpl rootManager,
java.lang.String id,
ServiceRegistry services) |
static BeanManagerImpl |
BeanManagerImpl.newRootManager(java.lang.String contextId,
java.lang.String id,
ServiceRegistry serviceRegistry)
Create a new, root, manager
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
WeldManager.getServices()
Get the services registered for this manager
|
| Modifier and Type | Method and Description |
|---|---|
static BeanIdentifier |
Beans.getIdentifier(Contextual<?> contextual,
ServiceRegistry serviceRegistry) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypeException(java.lang.reflect.Type type,
Bean<?> declaringBean,
ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypeException(java.lang.reflect.Type type,
ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypesException(Bean<?> declaringBean,
ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypesException(java.lang.Iterable<? extends java.lang.reflect.Type> types,
ServiceRegistry services) |
static boolean |
Proxies.isTypeProxyable(java.lang.reflect.Type type,
ServiceRegistry services)
Indicates if a class is proxyable
|
static boolean |
Proxies.isTypesProxyable(Bean<?> declaringBean,
ServiceRegistry services)
Indicates if a set of types are all proxyable
|
static boolean |
Proxies.isTypesProxyable(java.lang.Iterable<? extends java.lang.reflect.Type> types,
ServiceRegistry services)
Indicates if a set of types are all proxyable
|
Copyright © 2015. All Rights Reserved.