Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java |
Modifier and Type | Method and Description |
---|---|
TagInstance |
TagInstance.addNewTag(JspGenerator gen,
QName tagName,
TagInfo tagInfo,
java.lang.Class cl,
java.util.ArrayList<QName> names,
java.util.ArrayList<java.lang.String> values,
boolean hasBodyContent)
Adds a new tag.
|
TagInstance |
TagInstance.addTag(JspGenerator gen,
QName tagName,
TagInfo tagInfo,
java.lang.Class cl,
java.util.ArrayList<QName> names,
java.util.ArrayList<java.lang.Object> values,
boolean hasBodyContent)
Adds a child tag.
|
TagInstance |
TagInstance.findTag(QName tagName,
java.util.ArrayList<QName> names,
boolean hasBodyContent)
Finds the matching tag.
|
TagInstance |
TagInstance.get(int i)
Iterates through the children.
|
TagInstance |
TagInstance.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TagInstance> |
TagInstance.iterator()
Iterates through the children.
|
Modifier and Type | Field and Description |
---|---|
protected TagInstance |
GenericTag._tag |
protected TagInstance |
JavaJspGenerator._topTag |
Modifier and Type | Method and Description |
---|---|
TagInstance |
JavaJspGenerator.getRootTag() |
TagInstance |
JstlCoreForEach.getTag() |
TagInstance |
JspBody.getTag()
Returns the TagInstance of the enclosing parent.
|
TagInstance |
JspNode.getTag()
Returns the TagInstance of the enclosing parent.
|
TagInstance |
JspAttribute.getTag()
Returns the root tag instance of the root.
|
TagInstance |
GenericTag.getTag() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
JspNode.generateParentTag(TagInstance parent)
Generates the code for the value of a parent tag.
|