public abstract class AbstractWeldDeployment extends Object implements org.jboss.weld.bootstrap.spi.CDI11Deployment
Deployment
. Provides a service
registry.
Suitable for extension by those who need to build custom Deployment
implementations.Modifier and Type | Field and Description |
---|---|
static String |
BEANS_XML |
static String[] |
RESOURCES |
Constructor and Description |
---|
AbstractWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> |
getExtensions() |
org.jboss.weld.bootstrap.api.ServiceRegistry |
getServices() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String BEANS_XML
public static final String[] RESOURCES
public AbstractWeldDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap, Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions)
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
getServices
in interface org.jboss.weld.bootstrap.spi.Deployment
public Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
getExtensions
in interface org.jboss.weld.bootstrap.spi.Deployment
Copyright © 2016. All rights reserved.