]> git.mxchange.org Git - jfinancials-war.git/blobdiff - web/WEB-INF/product-links.jsf.taglib.xml
Please cherry-pick:
[jfinancials-war.git] / web / WEB-INF / product-links.jsf.taglib.xml
index e7a9fc1c9976002e2115292d4585e66dc44ae9e0..56a8ae7c3b3268857d4f558e3c4a7ce773898dd4 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017 Roland Häder
+Copyright (C) 2017 - 2022 Free Software Foundation
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
@@ -15,55 +15,11 @@ GNU Affero General Public License for more details.
 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<facelet-taglib version="2.2"
-                               xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                               xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd">
+<facelet-taglib
+       version="2.2"
+       xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd"
+>
        <namespace>http://mxchange.org/jsf/jproduct/links</namespace>
-       <tag>
-               <tag-name>outputProductCategoryAdminMiniLinks</tag-name>
-               <description>This tag renders administrative "mini-links" for given category instance.</description>
-               <source>resources/tags/admin/links/mini/product_category/admin_product_category_links.tpl</source>
-               <attribute>
-                       <name>category</name>
-                       <description>The product category instance that provides the data for this tag.</description>
-                       <required>true</required>
-                       <type>org.mxchange.jproduct.model.category.Category</type>
-               </attribute>
-               <attribute>
-                       <name>renderShowLink</name>
-                       <description>Whether to render (default: true) "show product" link.</description>
-                       <required>false</required>
-                       <type>java.langBoolean</type>
-               </attribute>
-               <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-       </tag>
-       <tag>
-               <tag-name>outputGenericProductAdminMiniLinks</tag-name>
-               <description>This tag renders administrative "mini-links" for given product instance.</description>
-               <source>resources/tags/admin/links/mini/generic_product/admin_generic_product_links.tpl</source>
-               <attribute>
-                       <name>product</name>
-                       <description>The generic product instance that provides the data for this tag.</description>
-                       <required>true</required>
-                       <type>org.mxchange.jproduct.model.product.Product</type>
-               </attribute>
-               <attribute>
-                       <name>renderShowLink</name>
-                       <description>Whether to render (default: true) "show product" link.</description>
-                       <required>false</required>
-                       <type>java.langBoolean</type>
-               </attribute>
-               <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-       </tag>
 </facelet-taglib>