`
阅读更多
<?xml version="1.0" encoding="UTF-8"?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
<description><![CDATA["Struts AJAX tags "]]></description>
<display-name>teleray</display-name>
<tlib-version>2.2.3</tlib-version>
<short-name>tele</short-name>
<uri>/teleray</uri>
<tag>
<description><![CDATA[The css class to use for element]]></description>
<name>format</name>
<tag-class>com.zte.appstore.sys.common.fs.action.DateTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>date</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<description><![CDATA[The css class to use for element]]></description>
<name>state</name>
<tag-class>com.zte.appstore.sys.common.fs.action.StatusTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>status</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>var</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<description><![CDATA[The css class to use for element]]></description>
<name>subString</name>
<tag-class>com.zte.appstore.sys.common.fs.action.SubStringTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>str</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>len</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<description><![CDATA[The css class to use for element]]></description>
<name>transfer</name>
<tag-class>com.zte.appstore.sys.common.fs.action.TransferHtmlCodeTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>str</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<description><![CDATA[The css class to use for element]]></description>
<name>subName</name>
<tag-class>com.zte.appstore.sys.common.fs.action.SubFileNameTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description><![CDATA[The css style definitions for element to use]]></description>
<name>str</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>
分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

    JSTL标签所需要的tld文件(c.tld、fmt.tld、fn.tld)

    JSTL标签所需要的tld文件,包括 c.tld、fmt.tld、fn.tld 三个 几乎所有的JSTL标签下载的zip中都只有一个c.tld,然后只讲解&lt;C:&gt;标签怎么用,其实&lt;fmt:&gt; &lt;fn:&gt;标签也非常好用和实用,找了好久才找到...

    jstl1.1 tld文件

    **JSTL 1.1 TLD 文件详解** 在Java Web开发中,JSTL(JavaServer Pages Standard Tag Library)是一种标准标签库,用于增强JSP页面的功能,使其更加简洁和可维护。JSTL 1.1是该库的一个版本,提供了多种处理常见Web...

    TLD跟踪算法c++版

    TLD(Tracking-Learning-Detection)算法是一种计算机视觉领域的目标跟踪技术,由Piotr Dollar等人提出。这个算法结合了追踪、学习和检测三个关键环节,以实现对运动目标的稳定跟踪。C++版本的TLD算法代码为开发者...

    TLD跟踪算法(纯C++版本)

    TLD(Tracking-Learning-Detection)跟踪算法是一种高级的目标跟踪技术,由Matlab原生实现发展而来,但现在有了纯C++版本,使得它能够在更广泛的环境中应用,无需依赖MATLAB环境。C++版本的TLD算法优化了性能,提高...

    TLD.zip_LXEW_TLD_newsbl9_图像追踪TLD_视频图像识别

    在IT领域,图像追踪TLD(Tracking-Learning-Detection)是一种高级的计算机视觉技术,用于在视频序列中实现目标的连续跟踪。这个技术是视频分析和图像识别中的关键部分,尤其在监控、智能安全系统、自动驾驶汽车以及...

    JSTL1.0与JSTL1.1的tld文件包下载

    在JSTL中,`.tld`文件(Tag Library Descriptor)扮演着至关重要的角色。 .TLD文件是JSTL库的元数据,它定义了标签库中的每个标签及其属性。这些文件包含了标签的名称、描述、函数签名、事件处理程序等信息。它们...

Global site tag (gtag.js) - Google Analytics