org.jboss.seam.xml.model
Class EntryXmlItem
java.lang.Object
org.jboss.seam.xml.model.AbstractXmlItem
org.jboss.seam.xml.model.EntryXmlItem
- All Implemented Interfaces:
- XmlItem
public class EntryXmlItem
- extends AbstractXmlItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryXmlItem
public EntryXmlItem(XmlItem parent,
String document,
int lineno)
getAllowedItem
public Set<TypeOccuranceInformation> getAllowedItem()
resolveChildren
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
- Description copied from interface:
XmlItem
- attempts to resolve any information that is not available at parse time
- Specified by:
resolveChildren in interface XmlItem- Overrides:
resolveChildren in class AbstractXmlItem
- Returns:
getKey
public KeyXmlItem getKey()
getValue
public ValueXmlItem getValue()
getBeanResults
public Set<BeanResult<?>> getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
- get the inline beans for the value and the key
- Parameters:
manager -
- Returns:
Copyright © 2010 Seam Framework. All Rights Reserved.