Package | Description |
---|---|
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.metadata |
Modifier and Type | Method and Description |
---|---|
BeanDiscoveryMode |
BeansXml.getBeanDiscoveryMode() |
static BeanDiscoveryMode |
BeanDiscoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanDiscoveryMode[] |
BeanDiscoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BeanDiscoveryMode |
BeansXmlImpl.getBeanDiscoveryMode() |
Constructor and Description |
---|
BeansXmlImpl(List<Metadata<String>> enabledAlternatives,
List<Metadata<String>> enabledAlternativeStereotypes,
List<Metadata<String>> enabledDecorators,
List<Metadata<String>> enabledInterceptors,
Scanning scanning,
URL url,
BeanDiscoveryMode discoveryMode,
String version) |
Copyright © 2013 Seam Framework. All Rights Reserved.