Uses of Class
javax.servlet.jsp.tagext.TagVariableInfo
Packages that use TagVariableInfo
-
Uses of TagVariableInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagVariableInfoMethods in javax.servlet.jsp.tagext that return TagVariableInfoModifier and TypeMethodDescriptionTagInfo.getTagVariableInfos()Get TagVariableInfo objects associated with this TagInfo.Constructors in javax.servlet.jsp.tagext with parameters of type TagVariableInfoModifierConstructorDescriptionTagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi) Constructor for TagInfo from data in the JSP 1.2 format for TLD.TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, boolean dynamicAttributes) Constructor for TagInfo from data in the JSP 2.0 format for TLD. -
Uses of TagVariableInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler with type parameters of type TagVariableInfoModifier and TypeFieldDescriptionprivate List<TagVariableInfo> TagFileProcessor.TagFileDirectiveVisitor.variableVectorMethods in org.apache.jasper.compiler that return TagVariableInfoModifier and TypeMethodDescriptionprivate TagVariableInfoTagLibraryInfoImpl.createVariable(TreeNode elem) Node.CustomTag.getTagVariableInfos()Constructors in org.apache.jasper.compiler with parameters of type TagVariableInfoModifierConstructorDescriptionJasperTagInfo(String tagName, String tagClassName, String bodyContent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, String mapName)