Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.servlet.jsp.tagext.VariableInfo

Uses of VariableInfo in javax.servlet.jsp.tagext
 

Fields in javax.servlet.jsp.tagext declared as VariableInfo
private static VariableInfo[] TagExtraInfo.ZERO_VARIABLE_INFO
           
 

Methods in javax.servlet.jsp.tagext that return VariableInfo
 VariableInfo[] TagInfo.getVariableInfo(TagData data)
          Information on the scripting objects created by this tag at runtime.
 VariableInfo[] TagExtraInfo.getVariableInfo(TagData data)
          information on scripting variables defined by the tag associated with this TagExtraInfo instance.