Uses of Interface
org.jboss.weld.bootstrap.api.Environment
Packages that use Environment
-
Uses of Environment in org.jboss.weld.bootstrap.api
Classes in org.jboss.weld.bootstrap.api that implement EnvironmentModifier and TypeClassDescriptionenumRequirements for various well known environments.Methods in org.jboss.weld.bootstrap.api with parameters of type EnvironmentModifier and TypeMethodDescriptionBootstrap.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 contextCDI11Bootstrap.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 -
Uses of Environment in org.jboss.weld.bootstrap.api.helpers
Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type EnvironmentModifier and TypeMethodDescriptionForwardingBootstrap.startContainer(Environment environment, Deployment deployment)