org.jboss.seam.xml.model
Class MethodXmlItem
java.lang.Object
org.jboss.seam.xml.model.AbstractXmlItem
org.jboss.seam.xml.model.MethodXmlItem
- All Implemented Interfaces:
- XmlItem
public class MethodXmlItem
- extends AbstractXmlItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodXmlItem
public MethodXmlItem(XmlItem parent,
String methodName,
String document,
int lineno)
resolveChildren
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
- attempts to resolve a lazy method declaration. Returns true if it succeeds
or is unessesary, false otherwise
- Specified by:
resolveChildren in interface XmlItem- Overrides:
resolveChildren in class AbstractXmlItem
- Parameters:
childeren -
- Returns:
getMethod
public Method getMethod()
getAllowedItem
public Set<TypeOccuranceInformation> getAllowedItem()
Copyright © 2010 Seam Framework. All Rights Reserved.