public class WeldStartup extends Object
Constructor and Description |
---|
WeldStartup() |
Modifier and Type | Method and Description |
---|---|
protected Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> |
createContexts(org.jboss.weld.bootstrap.api.ServiceRegistry services) |
void |
deployBeans() |
void |
endInitialization() |
BeanManagerImpl |
getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive) |
WeldRuntime |
startContainer(String contextId,
org.jboss.weld.bootstrap.api.Environment environment,
org.jboss.weld.bootstrap.spi.Deployment deployment) |
org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration |
startExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions) |
void |
startInitialization() |
void |
validateBeans() |
protected static void |
verifyServices(org.jboss.weld.bootstrap.api.ServiceRegistry services,
Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> requiredServices) |
public WeldRuntime startContainer(String contextId, org.jboss.weld.bootstrap.api.Environment environment, org.jboss.weld.bootstrap.spi.Deployment deployment)
public void startInitialization()
public void deployBeans()
public void validateBeans()
public void endInitialization()
protected Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> createContexts(org.jboss.weld.bootstrap.api.ServiceRegistry services)
protected static void verifyServices(org.jboss.weld.bootstrap.api.ServiceRegistry services, Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> requiredServices)
public org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration startExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions)
public BeanManagerImpl getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
Copyright © 2016. All Rights Reserved.