public abstract class AbstractWeldSEDeployment extends Object implements org.jboss.weld.bootstrap.spi.Deployment
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(org.jboss.weld.bootstrap.api.Bootstrap bootstrap) |
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() |
public static final String BEANS_XML
public static final String[] RESOURCES
public AbstractWeldSEDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
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 © 2013 Seam Framework. All rights reserved.