Regalamiunsorriso/rus/WEB-INF/ecom.tld
2026-03-14 20:04:39 +01:00

153 lines
No EOL
3.9 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>ablia</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>
Ecom tag library
V.0.5
30-06-2009 aggiunto vetrina tag da tuttofoto
28-06-2009 aggiornato tipolisthv
30-4-2009 aggiunto da gf tipolisthv.. andra' poi spostato su ecom
06-01-07 spostato tipolisttree e whiletipo da ablia.tld a ecom.tld
11-09-07 inserito NazioniTag
</info>
<!-- ******************** Defined Custom Tags *************************** -->
<!-- Nazione tag -->
<tag>
<name>nazione</name>
<tagclass>com.ablia.ecom.taglib.NazioniTag</tagclass>
<teiclass>com.ablia.ecom.taglib.NazioniTagExtraInfo</teiclass>
<attribute>
<name>rowbeanname</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>flgAttivo</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<!-- Carica Articoli tag -->
<!-- rende disponibile listAV e listA -->
<tag>
<name>caricaarticoli</name>
<tagclass>com.ablia.ecom.taglib.CaricaListaArticoliTag</tagclass>
<attribute>
<name>id_tipo</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>articoloVariante</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>whiletipo</name>
<tagclass>com.ablia.ecom.taglib.WhileTipoTag</tagclass>
<teiclass>com.ablia.ecom.taglib.WhileTipoTagExtraInfo</teiclass>
<info>
While tipo
</info>
<attribute>
<name>id_tipoPadre</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>id_tipoPadreSelected</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>lang</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>rowbeanname</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<!-- TipoListTreeTag tag -->
<tag>
<name>tipolisttree</name>
<tagclass>com.ablia.ecom.taglib.TipoListTreeTag</tagclass>
<attribute>
<name>id_tipo</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<!-- tipolisthv tag -->
<tag>
<name>tipolisthv</name>
<tagclass>com.ablia.gf.taglib.TipoListMenuHVTag</tagclass>
<attribute>
<name>id_tipo</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>preLink</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>height</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>width</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<!-- vetrina tag -->
<tag>
<name>vetrina</name>
<tagclass>com.ablia.ecom.taglib.VetrinaTag</tagclass>
<teiclass>com.ablia.ecom.taglib.VetrinaTagExtraInfo</teiclass>
<attribute>
<name>vetrina</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>num</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>