public abstract class AbstractWeldSEDeployment extends Object implements 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 |
---|
AbstractWeldSEDeployment(Bootstrap bootstrap,
Iterable<Metadata<Extension>> extensions) |
Modifier and Type | Method and Description |
---|---|
Iterable<Metadata<Extension>> |
getExtensions()
Specifies the extensions this deployment should call observer methods on.
|
ServiceRegistry |
getServices()
Get the services available to this deployment
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBeanDeploymentArchive
getBeanDeploymentArchives, loadBeanDeploymentArchive
public static final String BEANS_XML
public static final String[] RESOURCES
public ServiceRegistry getServices()
Deployment
getServices
in interface Deployment
public Iterable<Metadata<Extension>> getExtensions()
Deployment
ServiceLoader
available in the JDK (since Java 6). In pre Java 6
environments, the container must provide the ServiceLoader itself. We provide an example Service Loader here.getExtensions
in interface Deployment
Copyright © 2014. All Rights Reserved.