public class MethodXmlItem extends AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
Constructor and Description |
---|
MethodXmlItem(XmlItem parent,
String methodName,
String document,
int lineno) |
Modifier and Type | Method and Description |
---|---|
Set<TypeOccuranceInformation> |
getAllowedItem() |
Method |
getMethod() |
boolean |
resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
attempts to resolve a lazy method declaration.
|
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
resolveChildren
in interface XmlItem
resolveChildren
in class AbstractXmlItem
childeren
- public Method getMethod()
public Set<TypeOccuranceInformation> getAllowedItem()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.