| 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 | Method and Description |
|---|---|
BeansXml |
WeldSEBeanDeploymentArchive.getBeansXml() |
| Constructor and Description |
|---|
WeldSEBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml) |
WeldSEBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml,
Set<WeldSEBeanDeploymentArchive> beanDeploymentArchives) |
| 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 © 2014 Seam Framework. All Rights Reserved.