]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/tlds/basket.tld
updated jars + fixed some stuff (but not fully)
[pizzaservice-war.git] / web / WEB-INF / tlds / basket.tld
1 <?xml version="1.0" encoding="UTF-8"?>
2 <taglib version="2.1" 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">
3         <tlib-version>1.0</tlib-version>
4         <jsp-version>1.2</jsp-version>
5         <short-name>basket</short-name>
6         <uri>http://mxchange.org/jshop/tags/basket</uri>
7
8         <tag>
9                 <name>mini_basket</name>
10                 <description>A mini basket showing latest added item and a link to the full basket web page</description>
11                 <tag-class>org.mxchange.pizzaapplication.tags.basketController.MiniBasketTag</tag-class>
12                 <attribute>
13                         <name>basket</name>
14                         <description>Basket instance, should be the same as the bean</description>
15                         <required>true</required>
16                         <rtexprvalue>true</rtexprvalue>
17                         <type>org.mxchange.jshopejb.beans.basketController.BasketBean</type>
18                 </attribute>
19         </tag>
20 </taglib>