+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
- <tlib-version>1.0</tlib-version>
- <jsp-version>1.2</jsp-version>
- <short-name>basket</short-name>
- <uri>http://mxchange.org/jshop/tags/basket</uri>
-
- <tag>
- <name>mini_basket</name>
- <description>A mini basket showing latest added item and a link to the full basket web page</description>
- <tag-class>org.mxchange.pizzaapplication.tags.basketController.MiniBasketTag</tag-class>
- <attribute>
- <name>basket</name>
- <description>Basket instance, should be the same as the bean</description>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- <type>org.mxchange.jshopejb.beans.basketController.BasketBean</type>
- </attribute>
- </tag>
-</taglib>