]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/product-links.jsf.taglib.xml
Updated copyright year
[jfinancials-war.git] / web / WEB-INF / product-links.jsf.taglib.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2017, 2020 Free Software Foundation
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Affero General Public License as
7 published by the Free Software Foundation, either version 3 of the
8 License, or (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU Affero General Public License for more details.
14
15 You should have received a copy of the GNU Affero General Public License
16 along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 -->
18 <facelet-taglib
19         version="2.2"
20         xmlns="http://xmlns.jcp.org/xml/ns/javaee"
21         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd"
23 >
24         <namespace>http://mxchange.org/jsf/jproduct/links</namespace>
25         <tag>
26                 <tag-name>outputProductCategoryAdminDropdownMenu</tag-name>
27                 <description>This tag renders an administrative drop-down menu for given category instance.</description>
28                 <source>resources/tags/admin/dropdown/product_category/admin_product_category_links.tpl</source>
29                 <attribute>
30                         <name>category</name>
31                         <description>The product category instance that provides the data for this tag.</description>
32                         <required>true</required>
33                         <type>org.mxchange.jproduct.model.category.Category</type>
34                 </attribute>
35                 <attribute>
36                         <name>renderShowLink</name>
37                         <description>Whether to render (default: true) "show product" link.</description>
38                         <required>false</required>
39                         <type>java.langBoolean</type>
40                 </attribute>
41                 <attribute>
42                         <name>rendered</name>
43                         <description>Whether this tag is being rendered by JSF engine (default: true).</description>
44                         <required>false</required>
45                         <type>java.lang.Boolean</type>
46                 </attribute>
47         </tag>
48         <tag>
49                 <tag-name>outputGenericProductAdminDropdownMenu</tag-name>
50                 <description>This tag renders an administrative drop-down menu for given product instance.</description>
51                 <source>resources/tags/admin/dropdown/generic_product/admin_generic_product_links.tpl</source>
52                 <attribute>
53                         <name>genericProduct</name>
54                         <description>The generic product instance that provides the data for this tag.</description>
55                         <required>true</required>
56                         <type>org.mxchange.jproduct.model.product.Product</type>
57                 </attribute>
58                 <attribute>
59                         <name>renderShowLink</name>
60                         <description>Whether to render (default: true) "show product" link.</description>
61                         <required>false</required>
62                         <type>java.langBoolean</type>
63                 </attribute>
64                 <attribute>
65                         <name>rendered</name>
66                         <description>Whether this tag is being rendered by JSF engine (default: true).</description>
67                         <required>false</required>
68                         <type>java.lang.Boolean</type>
69                 </attribute>
70         </tag>
71 </facelet-taglib>