2
0
Fork 0
imxmi/www/WEB-INF/vasc-jsf.tld

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<taglib xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
version="2.1">
<description><![CDATA[Vasc-JSF components]]></description>
<tlib-version>1.0</tlib-version>
<short-name>vasc</short-name>
<uri>http://vasc.idcanet.com/jsf</uri>
<tag>
<description><![CDATA[The Vasc Renderer]]></description>
<name>vasc</name>
<tag-class>com.idcanet.vasc.frontends.web.jsf.VascUIComponentTag</tag-class>
<body-content>JSP</body-content>
<attribute>
<description><![CDATA[The jsf id]]></description>
<name>id</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description><![CDATA[Some attribute of vasc]]></description>
<name>bar</name>
<required>false</required>
<deferred-value><type>java.lang.Object</type></deferred-value>
</attribute>
</tag>
</taglib>