<?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标签下载的zip中都只有一个c.tld,然后只讲解<C:>标签怎么用,其实<fmt:> <fn:>标签也非常好用和实用,找了好久才找到...
**JSTL 1.1 TLD 文件详解** 在Java Web开发中,JSTL(JavaServer Pages Standard Tag Library)是一种标准标签库,用于增强JSP页面的功能,使其更加简洁和可维护。JSTL 1.1是该库的一个版本,提供了多种处理常见Web...
TLD(Tracking-Learning-Detection)算法是一种计算机视觉领域的目标跟踪技术,由Piotr Dollar等人提出。这个算法结合了追踪、学习和检测三个关键环节,以实现对运动目标的稳定跟踪。C++版本的TLD算法代码为开发者...
《TLD跟踪算法在MATLAB+C环境下的实现详解》 TLD(Tracking-Learning-Detection,追踪-学习-检测)算法是一种高效的视觉目标跟踪技术,它由三个主要部分组成:追踪(Tracking)、学习(Learning)和检测(Detection...
TLD(Tracking-Learning-Detection)跟踪算法是一种高级的目标跟踪技术,由Matlab原生实现发展而来,但现在有了纯C++版本,使得它能够在更广泛的环境中应用,无需依赖MATLAB环境。C++版本的TLD算法优化了性能,提高...