]> 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 1d587aebab5c7c222fc3c99912e9fcd6252714c3..56a8ae7c3b3268857d4f558e3c4a7ce773898dd4 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017, 2018 Free Software Foundation
+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
@@ -22,50 +22,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        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>