first commit
This commit is contained in:
commit
cf97b64877
27585 changed files with 3281780 additions and 0 deletions
65
www/WEB-INF/news.tld
Normal file
65
www/WEB-INF/news.tld
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- 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>it.acxent.news.taglib.NewsTag</tagclass>
|
||||
<teiclass>it.acxent.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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue