blob: 2db4ddc93e85cb1431e6bba39b0a12d37f4c6149 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file was automatically generated by Apache Tiles Autotag. -->
<taglib
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.1">
<description>
<![CDATA[
Test for TLD docs.
]]>
</description>
<tlib-version>1.2</tlib-version>
<short-name>tldtest</short-name>
<uri>http://www.initrode.net/tags/test</uri>
<tag>
<description>
<![CDATA[
Documentation of the DoStuff class
]]>
</description>
<name>doStuff</name>
<tag-class>org.apache.tiles.autotag.jsp.test.DoStuffTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>
<![CDATA[
Parameter one.
]]>
</description>
<name>one</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>
<![CDATA[
Parameter two.
]]>
</description>
<name>two</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<type>int</type>
</attribute>
<attribute>
<description>
<![CDATA[
Parameter three.
]]>
</description>
<name>three</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<type>long</type>
</attribute>
</tag>
<tag>
<description>
<![CDATA[
Documentation of the DoStuffNoBody class
]]>
</description>
<name>doStuffNoBody</name>
<tag-class>org.apache.tiles.autotag.jsp.test.DoStuffNoBodyTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description>
<![CDATA[
Parameter one.
]]>
</description>
<name>one</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Double</type>
</attribute>
<attribute>
<description>
<![CDATA[
Parameter two.
]]>
</description>
<name>two</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<type>float</type>
</attribute>
<attribute>
<description>
<![CDATA[
Parameter three.
]]>
</description>
<name>three</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<type>java.util.Date</type>
</attribute>
</tag>
</taglib>