|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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.tagext 中 TagInfo 的使用 |
|---|
| 声明为 TagInfo 的 javax.servlet.jsp.tagext 中的字段 | |
|---|---|
protected TagInfo[] |
TagLibraryInfo.tags
An array describing the tags that are defined in this tag library. |
| 返回 TagInfo 的 javax.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. |
| 参数类型为 TagInfo 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo)
Set the TagInfo for this class. |
| 参数类型为 TagInfo 的 javax.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.jasper 中 TagInfo 的使用 |
|---|
| 返回 TagInfo 的 org.apache.jasper 中的方法 | |
|---|---|
TagInfo |
JspCompilationContext.getTagInfo()
|
| 参数类型为 TagInfo 的 org.apache.jasper 中的方法 | |
|---|---|
void |
JspCompilationContext.setTagInfo(TagInfo tagi)
|
| 参数类型为 TagInfo 的 org.apache.jasper 中的构造方法 | |
|---|---|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
| org.apache.jasper.servlet 中 TagInfo 的使用 |
|---|
| 参数类型为 TagInfo 的 org.apache.jasper.servlet 中的构造方法 | |
|---|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||