blob: 178883ef46841b95b7843d82c4ee3dba78949cfd [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
<!-- ========== Tag Library Description Elements ========================= -->
<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>testCheckModeOperation</short-name>
<uri>org.eclipse.jst.pagedesigner.tests.testCheckModeOperation</uri>
<description>
A test tld used for verifying the CheckModeOperation.
</description>
<!-- ========== Tag Descriptions ========================================= -->
<tag>
<name>testTagOne</name>
<tag-class>com.foo.SomeClassOne</tag-class>
<body-content>JSP</body-content>
<description>
A simple test tag. This test includes design time metadata mapped to
this tag to exercise the CheckModeOperation.
</description>
<attribute>
<name>notRequiredAttr1</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
This attribute is optional.
</description>
</attribute>
</tag>
<tag>
<name>testTagTwo</name>
<tag-class>com.foo.SomeClassTwo</tag-class>
<body-content>JSP</body-content>
<description>
A simple test tag. This test includes design time metadata mapped to
this tag to exercise the CheckModeOperation.
</description>
<attribute>
<name>requiredAttr1</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<description>
This attribute is required.
</description>
</attribute>
<attribute>
<name>requiredAttr2</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<description>
This attribute is required.
</description>
</attribute>
</tag>
</taglib>