]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/product-links.jsf.taglib.xml
Maybe cherry-pick:
[jfinancials-war.git] / web / WEB-INF / product-links.jsf.taglib.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2017 Roland Häder
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 version="2.2"
19                                 xmlns="http://xmlns.jcp.org/xml/ns/javaee"
20                                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21                                 xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd">
22         <namespace>http://mxchange.org/jsf/jproduct/links</namespace>
23         <tag>
24                 <tag-name>outputProductCategoryAdminMiniLinks</tag-name>
25                 <description>This tag renders administrative "mini-links" for given category instance.</description>
26                 <source>resources/tags/admin/links/mini/category/admin_product_category_links.tpl</source>
27                 <attribute>
28                         <name>category</name>
29                         <description>The product category instance that provides the data for this tag.</description>
30                         <required>true</required>
31                         <type>org.mxchange.jproduct.model.category.Category</type>
32                 </attribute>
33                 <attribute>
34                         <name>renderShowLink</name>
35                         <description>Whether to render (default: true) "show product" link.</description>
36                         <required>false</required>
37                         <type>java.langBoolean</type>
38                 </attribute>
39                 <attribute>
40                         <name>rendered</name>
41                         <description>Whether this tag is being rendered by JSF engine (default: true).</description>
42                         <required>false</required>
43                         <type>java.lang.Boolean</type>
44                 </attribute>
45         </tag>
46         <tag>
47                 <tag-name>outputGenericProductAdminMiniLinks</tag-name>
48                 <description>This tag renders administrative "mini-links" for given product instance.</description>
49                 <source>resources/tags/admin/links/mini/product/admin_generic_product_links.tpl</source>
50                 <attribute>
51                         <name>product</name>
52                         <description>The generic product instance that provides the data for this tag.</description>
53                         <required>true</required>
54                         <type>org.mxchange.jproduct.model.product.Product</type>
55                 </attribute>
56                 <attribute>
57                         <name>renderShowLink</name>
58                         <description>Whether to render (default: true) "show product" link.</description>
59                         <required>false</required>
60                         <type>java.langBoolean</type>
61                 </attribute>
62                 <attribute>
63                         <name>rendered</name>
64                         <description>Whether this tag is being rendered by JSF engine (default: true).</description>
65                         <required>false</required>
66                         <type>java.lang.Boolean</type>
67                 </attribute>
68         </tag>
69 </facelet-taglib>