68 lines
No EOL
1.8 KiB
XML
68 lines
No EOL
1.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<!DOCTYPE taglib
|
|
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd">
|
|
|
|
<!-- a tag library descriptor -->
|
|
|
|
<taglib>
|
|
<!-- after this the default space is
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
|
|
-->
|
|
|
|
<!-- The version number of this tag library -->
|
|
<tlibversion>0.1</tlibversion>
|
|
|
|
<!-- The JSP specification version required to function -->
|
|
<jspversion>1.1</jspversion>
|
|
|
|
<!-- The short name of this tag library -->
|
|
<shortname>abliaNews</shortname>
|
|
|
|
<!-- Public URI that uniquely identifies this version of the tag library
|
|
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
|
|
|
|
<!-- General information about this tag library -->
|
|
<info>
|
|
NEWS tag library
|
|
V.1.8
|
|
05-04-2015 aggiunto limit
|
|
29-10-2014 aggiunto orderby
|
|
28-11-2013 tolto parametro tipo news aggiunto parametro pubblica
|
|
07-11-2013 aggiunto parametro tipo news
|
|
28-08-2007 creato new taglib
|
|
</info>
|
|
|
|
<!-- ******************** Defined Custom Tags *************************** -->
|
|
|
|
|
|
<!-- News tag-->
|
|
<tag>
|
|
<name>news</name>
|
|
<tagclass>com.ablia.news.taglib.NewsTag</tagclass>
|
|
<teiclass>com.ablia.news.taglib.NewsTagExtraInfo</teiclass>
|
|
<info>
|
|
News Tag
|
|
</info>
|
|
<attribute>
|
|
<name>rowbeanname</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>flgPubblica</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>limit</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>orderby</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
</taglib> |