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

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

javax.servlet.jsp.tagextTagInfo 的使用
 

声明为 TagInfojavax.servlet.jsp.tagext 中的字段
protected  TagInfo[] TagLibraryInfo.tags
          An array describing the tags that are defined in this tag library.
 

返回 TagInfojavax.servlet.jsp.tagext 中的方法
 TagInfo TagLibraryInfo.getTag(String shortname)
          Get the TagInfo for a given tag name, looking through all the tags in this tag library.
 TagInfo TagFileInfo.getTagInfo()
          Returns information about this tag, parsed from the directives in the tag file.
 TagInfo TagExtraInfo.getTagInfo()
          Get the TagInfo for this class.
 TagInfo[] TagLibraryInfo.getTags()
          An array describing the tags that are defined in this tag library.
 

参数类型为 TagInfojavax.servlet.jsp.tagext 中的方法
 void TagExtraInfo.setTagInfo(TagInfo tagInfo)
          Set the TagInfo for this class.
 

参数类型为 TagInfojavax.servlet.jsp.tagext 中的构造方法
TagFileInfo(String name, String path, TagInfo tagInfo)
          Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
 

org.apache.jasperTagInfo 的使用
 

返回 TagInfoorg.apache.jasper 中的方法
 TagInfo JspCompilationContext.getTagInfo()
           
 

参数类型为 TagInfoorg.apache.jasper 中的方法
 void JspCompilationContext.setTagInfo(TagInfo tagi)
           
 

参数类型为 TagInfoorg.apache.jasper 中的构造方法
JspCompilationContext(String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 

org.apache.jasper.servletTagInfo 的使用
 

参数类型为 TagInfoorg.apache.jasper.servlet 中的构造方法
JspServletWrapper(ServletContext servletContext, Options options, String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 



Copyright © 2013. All Rights Reserved.