| Package | Description |
|---|---|
| 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.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| 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.
|
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.config |
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.environment.deployment |
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.environment.se | |
| org.jboss.weld.util |
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 | Method and Description |
|---|---|
Bootstrap |
WeldBootstrap.startContainer(Environment environment,
Deployment deployment) |
WeldRuntime |
WeldStartup.startContainer(String contextId,
Environment environment,
Deployment deployment) |
Bootstrap |
WeldBootstrap.startContainer(String contextId,
Environment environment,
Deployment deployment) |
| Constructor and Description |
|---|
DeploymentVisitor(BeanManagerImpl deploymentManager,
Environment environment,
Deployment deployment,
Collection<ContextHolder<? extends Context>> contexts,
BeanDeploymentArchiveMapping bdaMapping) |
ExtensionBeanDeployer(BeanManagerImpl manager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
Bootstrap.startContainer(Environment environment,
Deployment deployment)
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
context
|
Bootstrap |
CDI11Bootstrap.startContainer(String contextId,
Environment environment,
Deployment deployment)
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
In addition to
Bootstrap.startContainer(Environment, Deployment), this method allows an identifier (contextId) to
be assigned to the container. |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
protected Deployment |
AbstractBeanDiscoveryEvent.getDeployment() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeforeBeanDiscoveryImpl.fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
static void |
AfterTypeDiscoveryImpl.fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
static void |
AfterBeanDiscoveryImpl.fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
| Constructor and Description |
|---|
AbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager,
Type rawType,
BeanDeploymentArchiveMapping bdaMapping,
Deployment deployment,
Collection<ContextHolder<? extends Context>> contexts) |
AbstractBeanDiscoveryEvent(BeanManagerImpl beanManager,
Type rawType,
BeanDeploymentArchiveMapping bdaMapping,
Deployment deployment,
Collection<ContextHolder<? extends Context>> contexts) |
AfterTypeDiscoveryImpl(BeanManagerImpl beanManager,
BeanDeploymentArchiveMapping bdaMapping,
Deployment deployment,
Collection<ContextHolder<? extends Context>> contexts) |
BeforeBeanDiscoveryImpl(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDI11Deployment |
| Constructor and Description |
|---|
WeldConfiguration(ServiceRegistry services,
Deployment deployment) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeldDeployment
Implements the basic requirements of a
Deployment. |
class |
WeldDeployment |
| Modifier and Type | Method and Description |
|---|---|
protected Deployment |
Weld.createDeployment(ResourceLoader resourceLoader,
CDI11Bootstrap bootstrap)
Extensions to Weld SE can subclass and override this method to customize the deployment before weld boots up.
|
| Modifier and Type | Method and Description |
|---|---|
static BeanDeployment |
DeploymentStructures.getOrCreateBeanDeployment(Deployment deployment,
BeanManagerImpl deploymentManager,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts,
Class<?> clazz) |
Copyright © 2016. All Rights Reserved.