Uses of Class
javax.servlet.jsp.tagext.VariableInfo
Packages that use VariableInfo
-
Uses of VariableInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as VariableInfoModifier and TypeFieldDescriptionprivate static final VariableInfo[]TagExtraInfo.ZERO_VARIABLE_INFOMethods in javax.servlet.jsp.tagext that return VariableInfoModifier and TypeMethodDescriptionTagExtraInfo.getVariableInfo(TagData data) information on scripting variables defined by the tag associated with this TagExtraInfo instance.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 VariableInfoModifier and TypeFieldDescriptionprivate VariableInfo[]Node.CustomTag.varInfosprivate static final VariableInfo[]Node.ZERO_VARIABLE_INFOMethods in org.apache.jasper.compiler that return VariableInfo