Package | Description |
---|---|
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.bootstrap.spi.helpers | |
org.jboss.weld.metadata | |
org.jboss.weld.xml |
Modifier and Type | Method and Description |
---|---|
BeansXml |
WeldBootstrap.parse(Iterable<URL> urls) |
BeansXml |
WeldBootstrap.parse(Iterable<URL> urls,
boolean removeDuplicates) |
BeansXml |
WeldBootstrap.parse(URL url) |
Modifier and Type | Method and Description |
---|---|
BeansXml |
Bootstrap.parse(Iterable<URL> urls)
Parse the specified URLs as a series of beans.xml file and merge the result.
|
BeansXml |
Bootstrap.parse(Iterable<URL> urls,
boolean removeDuplicates)
Parse the specified URLs as a series of beans.xml file and merge the result.
|
BeansXml |
Bootstrap.parse(URL url)
Parse the specified URL as a beans.xml file.
|
Modifier and Type | Field and Description |
---|---|
static BeansXml |
BeansXml.EMPTY_BEANS_XML |
Modifier and Type | Method and Description |
---|---|
BeansXml |
BeanDeploymentArchive.getBeansXml()
Get any deployment descriptors in the bean deployment archive.
|
Modifier and Type | Method and Description |
---|---|
BeansXml |
ForwardingBeanDeploymentArchive.getBeansXml() |
Modifier and Type | Class and Description |
---|---|
class |
BeansXmlImpl |
Modifier and Type | Method and Description |
---|---|
BeansXml |
BeansXmlHandler.createBeansXml() |
BeansXml |
BeansXmlParser.parse(Iterable<URL> urls) |
BeansXml |
BeansXmlParser.parse(Iterable<URL> urls,
boolean removeDuplicates) |
BeansXml |
BeansXmlParser.parse(URL beansXml) |
Copyright © 2013 Seam Framework. All Rights Reserved.