类 javax.servlet.jsp.tagext.TagAttributeInfo
的使用

使用 TagAttributeInfo 的软件包
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

javax.servlet.jsp.tagextTagAttributeInfo 的使用
 

返回 TagAttributeInfojavax.servlet.jsp.tagext 中的方法
 TagAttributeInfo[] TagInfo.getAttributes()
          Attribute information (in the TLD) on this tag.
static TagAttributeInfo TagAttributeInfo.getIdAttribute(TagAttributeInfo[] a)
          Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
 

参数类型为 TagAttributeInfojavax.servlet.jsp.tagext 中的方法
static TagAttributeInfo TagAttributeInfo.getIdAttribute(TagAttributeInfo[] a)
          Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
 

参数类型为 TagAttributeInfojavax.servlet.jsp.tagext 中的构造方法
TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo)
          Constructor for TagInfo from data in the JSP 1.1 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)
          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.
 



Copyright © 2013. All Rights Reserved.