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) |
Modifier and Type | Method and Description |
---|---|
Iterable<Metadata<Extension>> |
getExtensions() |
ServiceRegistry |
getServices() |
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 AbstractWeldSEDeployment(Bootstrap bootstrap)
public ServiceRegistry getServices()
getServices
in interface Deployment
public Iterable<Metadata<Extension>> getExtensions()
getExtensions
in interface Deployment
Copyright © 2013 Seam Framework. All Rights Reserved.