|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableInfo | |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java | |
javax.servlet.jsp.tagext |
Uses of VariableInfo in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return VariableInfo | |
---|---|
VariableInfo[] |
TempTagInfo.getVariableInfo(TagData data)
|
VariableInfo[] |
TagInstance.getVarInfo()
|
Uses of VariableInfo in com.caucho.jsp.java |
---|
Fields in com.caucho.jsp.java declared as VariableInfo | |
---|---|
protected VariableInfo[] |
GenericTag._varInfo
|
Methods in com.caucho.jsp.java that return VariableInfo | |
---|---|
protected VariableInfo[] |
GenericTag.fillVariableInfo(TagVariableInfo[] tagVars,
TagData tagData)
Returns the VariableInfo corresponding the to tag vars and the tag data. |
VariableInfo[] |
GenericTag.getVarInfo()
|
Methods in com.caucho.jsp.java with parameters of type VariableInfo | |
---|---|
protected void |
GenericTag.printVarAssign(JspJavaWriter out,
int scope,
VariableInfo var)
Prints a tag variable declaration. |
protected void |
GenericTag.printVarDeclare(JspJavaWriter out,
int scope,
VariableInfo var)
Prints a tag variable declaration. |
Uses of VariableInfo in javax.servlet.jsp.tagext |
---|
Methods in javax.servlet.jsp.tagext that return VariableInfo | |
---|---|
VariableInfo[] |
TagExtraInfo.getVariableInfo(TagData data)
Returns information needed to instantiate runtime variables. |
VariableInfo[] |
TagInfo.getVariableInfo(TagData data)
Information about the variables created by the tag at runtime. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |