|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagInstance | |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java |
Uses of TagInstance in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return TagInstance | |
---|---|
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()
|
Methods in com.caucho.jsp that return types with arguments of type TagInstance | |
---|---|
java.util.Iterator<TagInstance> |
TagInstance.iterator()
Iterates through the children. |
Uses of TagInstance in com.caucho.jsp.java |
---|
Fields in com.caucho.jsp.java declared as TagInstance | |
---|---|
protected TagInstance |
GenericTag._tag
|
protected TagInstance |
JavaJspGenerator._topTag
|
Methods in com.caucho.jsp.java that return TagInstance | |
---|---|
TagInstance |
JavaJspGenerator.getRootTag()
|
TagInstance |
GenericTag.getTag()
|
TagInstance |
JspAttribute.getTag()
Returns the root tag instance of the root. |
TagInstance |
JspBody.getTag()
Returns the TagInstance of the enclosing parent. |
TagInstance |
JspNode.getTag()
Returns the TagInstance of the enclosing parent. |
TagInstance |
JstlCoreForEach.getTag()
|
Methods in com.caucho.jsp.java with parameters of type TagInstance | |
---|---|
protected java.lang.String |
JspNode.generateParentTag(TagInstance parent)
Generates the code for the value of a parent tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |