org.jboss.seam.xml.model
Class EntryXmlItem

java.lang.Object
  extended by org.jboss.seam.xml.model.AbstractXmlItem
      extended by org.jboss.seam.xml.model.EntryXmlItem
All Implemented Interfaces:
XmlItem

public class EntryXmlItem
extends AbstractXmlItem


Field Summary
 
Fields inherited from class org.jboss.seam.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
EntryXmlItem(XmlItem parent, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 Set<BeanResult<?>> getBeanResults(javax.enterprise.inject.spi.BeanManager manager)
          get the inline beans for the value and the key
 KeyXmlItem getKey()
           
 ValueXmlItem getValue()
           
 boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
          attempts to resolve any information that is not available at parse time
 
Methods inherited from class org.jboss.seam.xml.model.AbstractXmlItem
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryXmlItem

public EntryXmlItem(XmlItem parent,
                    String document,
                    int lineno)
Method Detail

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.