|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanResult | |
|---|---|
| org.jboss.seam.xml.core | |
| org.jboss.seam.xml.model | |
| Uses of BeanResult in org.jboss.seam.xml.core |
|---|
| Methods in org.jboss.seam.xml.core that return types with arguments of type BeanResult | |
|---|---|
List<BeanResult<?>> |
XmlResult.getBeans()
|
List<BeanResult<?>> |
XmlResult.getFlattenedBeans()
Gets all beans from the result, including inline beans |
List<BeanResult<?>> |
BeanResult.getInlineBeans()
|
| Methods in org.jboss.seam.xml.core with parameters of type BeanResult | |
|---|---|
void |
XmlResult.addBean(BeanResult<?> bean)
|
| Constructor parameters in org.jboss.seam.xml.core with type arguments of type BeanResult | |
|---|---|
BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager)
|
|
| Uses of BeanResult in org.jboss.seam.xml.model |
|---|
| Methods in org.jboss.seam.xml.model that return BeanResult | |
|---|---|
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)
|
| Methods in org.jboss.seam.xml.model that return types with arguments of type BeanResult | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||