Package | Description |
---|---|
org.jboss.solder.config.xml.core | |
org.jboss.solder.config.xml.model |
Modifier and Type | Method and Description |
---|---|
List<BeanResult<?>> |
XmlResult.getBeans() |
List<BeanResult<?>> |
XmlResult.getFlattenedBeans()
Gets all beans from the result, including inline beans
|
List<BeanResult<?>> |
BeanResult.getInlineBeans() |
Modifier and Type | Method and Description |
---|---|
void |
XmlResult.addBean(BeanResult<?> bean) |
Constructor and Description |
---|
BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
BeanResult<?> |
ClassXmlItem.createBeanResult(javax.enterprise.inject.spi.BeanManager manager) |
BeanResult<?> |
ClassXmlItem.createVirtualFieldBeanResult(javax.enterprise.inject.spi.BeanManager manager)
Builds up a bean result for a virtual producer field.
|
BeanResult<?> |
AbstractValueXmlItem.getBeanResult(javax.enterprise.inject.spi.BeanManager manager) |
Modifier and Type | Method and Description |
---|---|
Set<BeanResult<?>> |
EntryXmlItem.getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
get the inline beans for the value and the key
|
Collection<? extends BeanResult<?>> |
PropertyXmlItem.getInlineBeans() |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.