Uses of Interface
org.jboss.weld.bootstrap.spi.Deployment
-
Packages that use Deployment Package Description org.jboss.weld.bootstrap.api org.jboss.weld.bootstrap.api.helpers org.jboss.weld.bootstrap.spi -
-
Uses of Deployment in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api with parameters of type Deployment Modifier and Type Method Description BootstrapBootstrap. 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 contextBootstrapCDI11Bootstrap. 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 Deployment in org.jboss.weld.bootstrap.api.helpers
Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type Deployment Modifier and Type Method Description BootstrapForwardingBootstrap. startContainer(Environment environment, Deployment deployment) -
Uses of Deployment in org.jboss.weld.bootstrap.spi
Subinterfaces of Deployment in org.jboss.weld.bootstrap.spi Modifier and Type Interface Description interfaceCDI11Deployment
-