]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/validators.jsf.taglib.xml
Updated copyright year
[jfinancials-war.git] / web / WEB-INF / validators.jsf.taglib.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2017 - 2022 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/core/validators</namespace>
25         <tag>
26                 <tag-name>emailAddressValidator</tag-name>
27                 <validator>
28                         <validator-id>EmailAddressValidator</validator-id>
29                 </validator>
30                 <attribute>
31                         <description>Whether email address is allowed to be empty.</description>
32                         <name>allowEmptyRequiredData</name>
33                         <type>java.lang.Boolean</type>
34                         <required>false</required>
35                 </attribute>
36         </tag>
37         <tag>
38                 <tag-name>basicDataEmailAddressValidator</tag-name>
39                 <validator>
40                         <validator-id>BasicDataEmailAddressValidator</validator-id>
41                 </validator>
42         </tag>
43         <tag>
44                 <tag-name>branchOfficeEmailAddressValidator</tag-name>
45                 <validator>
46                         <validator-id>BranchOfficeEmailAddressValidator</validator-id>
47                 </validator>
48         </tag>
49         <tag>
50                 <tag-name>employeeEmailAddressValidator</tag-name>
51                 <validator>
52                         <validator-id>EmployeeEmailAddressValidator</validator-id>
53                 </validator>
54         </tag>
55         <tag>
56                 <tag-name>headquarterEmailAddressValidator</tag-name>
57                 <validator>
58                         <validator-id>HeadquarterEmailAddressValidator</validator-id>
59                 </validator>
60         </tag>
61         <tag>
62                 <tag-name>urlValidator</tag-name>
63                 <validator>
64                         <validator-id>UrlValidator</validator-id>
65                 </validator>
66                 <attribute>
67                         <description>Whether URL is allowed to be empty.</description>
68                         <name>allowEmptyRequiredData</name>
69                         <type>java.lang.Boolean</type>
70                         <required>false</required>
71                 </attribute>
72         </tag>
73 </facelet-taglib>