Uses of Class
javax.servlet.jsp.tagext.VariableInfo
-
Packages that use VariableInfo Package Description javax.servlet.jsp.tagext org.apache.jasper.compiler -
-
Uses of VariableInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as VariableInfo Modifier and Type Field Description private static VariableInfo[]TagExtraInfo. ZERO_VARIABLE_INFOMethods in javax.servlet.jsp.tagext that return VariableInfo Modifier and Type Method Description VariableInfo[]TagExtraInfo. getVariableInfo(TagData data)information on scripting variables defined by the tag associated with this TagExtraInfo instance.VariableInfo[]TagInfo. getVariableInfo(TagData data)Information on the scripting objects created by this tag at runtime. -
Uses of VariableInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as VariableInfo Modifier and Type Field Description private VariableInfo[]Node.CustomTag. varInfosprivate static VariableInfo[]Node. ZERO_VARIABLE_INFOMethods in org.apache.jasper.compiler that return VariableInfo Modifier and Type Method Description VariableInfo[]Node.CustomTag. getVariableInfos()
-