]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/faces-config.xml
Continued:
[addressbook-war.git] / web / WEB-INF / faces-config.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <faces-config version="2.2"
3                           xmlns="http://xmlns.jcp.org/xml/ns/javaee"
4                           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5                           xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
6         <validator>
7                 <validator-id>PrivacyTermsCheckboxValidator</validator-id>
8                 <validator-class>org.mxchange.jcoreee.validator.bool.privacy_terms.PrivacyTermsCheckboxValidator</validator-class>
9         </validator>
10         <validator>
11                 <validator-id>NameValidator</validator-id>
12                 <validator-class>org.mxchange.jcoreee.validator.string.names.NameValidator</validator-class>
13         </validator>
14         <validator>
15                 <validator-id>AddressbookNameValidator</validator-id>
16                 <validator-class>org.mxchange.addressbook.validator.names.AddressbookNameValidator</validator-class>
17         </validator>
18         <validator>
19                 <validator-id>PhoneNumberValidator</validator-id>
20                 <validator-class>org.mxchange.jphone.validators.PhoneNumberValidator</validator-class>
21         </validator>
22         <navigation-rule>
23                 <from-view-id>*</from-view-id>
24                 <navigation-case>
25                         <from-outcome>index</from-outcome>
26                         <to-view-id>/index.xhtml</to-view-id>
27                 </navigation-case>
28                 <navigation-case>
29                         <from-outcome>user_register</from-outcome>
30                         <to-view-id>/user/register.xhtml</to-view-id>
31                 </navigation-case>
32                 <navigation-case>
33                         <from-outcome>user_login</from-outcome>
34                         <to-view-id>/user/login.xhtml</to-view-id>
35                 </navigation-case>
36                 <navigation-case>
37                         <from-outcome>user_lost_passwd</from-outcome>
38                         <to-view-id>/user/lost_passwd.xhtml</to-view-id>
39                 </navigation-case>
40                 <navigation-case>
41                         <from-outcome>terms</from-outcome>
42                         <to-view-id>/terms.xhtml</to-view-id>
43                 </navigation-case>
44                 <navigation-case>
45                         <from-outcome>privacy</from-outcome>
46                         <to-view-id>/privacy.xhtml</to-view-id>
47                 </navigation-case>
48                 <navigation-case>
49                         <from-outcome>imprint</from-outcome>
50                         <to-view-id>/imprint.xhtml</to-view-id>
51                 </navigation-case>
52                 <navigation-case>
53                         <from-outcome>logout</from-outcome>
54                         <to-view-id>/bye.xhtml</to-view-id>
55                 </navigation-case>
56                 <navigation-case>
57                         <from-outcome>admin_index</from-outcome>
58                         <to-view-id>/admin/admin_index.xhtml</to-view-id>
59                 </navigation-case>
60                 <navigation-case>
61                         <from-outcome>login_index</from-outcome>
62                         <to-view-id>/login/login_index.xhtml</to-view-id>
63                 </navigation-case>
64                 <navigation-case>
65                         <from-outcome>user_resend_link</from-outcome>
66                         <to-view-id>/user/resend_link.xhtml</to-view-id>
67                 </navigation-case>
68                 <navigation-case>
69                         <from-outcome>login_own_addressbooks</from-outcome>
70                         <to-view-id>/login/login_own_addressbooks.xhtml</to-view-id>
71                 </navigation-case>
72                 <navigation-case>
73                         <from-outcome>login_other_addressbooks</from-outcome>
74                         <to-view-id>/login/login_other_addressbooks.xhtml</to-view-id>
75                 </navigation-case>
76                 <navigation-case>
77                         <from-outcome>login_user_list</from-outcome>
78                         <to-view-id>/login/login_user_list.xhtml</to-view-id>
79                 </navigation-case>
80                 <navigation-case>
81                         <from-outcome>admin_logout</from-outcome>
82                         <to-view-id>/admin/admin_logout.xhtml</to-view-id>
83                 </navigation-case>
84                 <navigation-case>
85                         <from-outcome>login_edit_address</from-outcome>
86                         <to-view-id>/login/login_edit_address.xhtml</to-view-id>
87                 </navigation-case>
88                 <navigation-case>
89                         <from-outcome>login_edit_user_data</from-outcome>
90                         <to-view-id>/login/login_edit_user_data.xhtml</to-view-id>
91                 </navigation-case>
92         </navigation-rule>
93         <navigation-rule>
94                 <from-view-id>/user/login.xhtml</from-view-id>
95                 <navigation-case>
96                         <from-outcome>login</from-outcome>
97                         <to-view-id>/login/login_index.xhtml</to-view-id>
98                 </navigation-case>
99         </navigation-rule>
100         <navigation-rule>
101                 <from-view-id>/user/register.xhtml</from-view-id>
102                 <navigation-case>
103                         <from-outcome>register_done</from-outcome>
104                         <to-view-id>/user/register_done.xhtml</to-view-id>
105                 </navigation-case>
106         </navigation-rule>
107         <navigation-rule>
108                 <from-view-id>/admin/admin_logout.xhtml</from-view-id>
109                 <navigation-case>
110                         <from-outcome>index</from-outcome>
111                         <to-view-id>/index.xhtml</to-view-id>
112                 </navigation-case>
113         </navigation-rule>
114         <navigation-rule>
115                 <from-view-id>/login/login_own_addressbooks.xhtml</from-view-id>
116                 <navigation-case>
117                         <from-outcome>login_add_addressbook</from-outcome>
118                         <to-view-id>/login/login_add_addressbook.xhtml</to-view-id>
119                 </navigation-case>
120                 <navigation-case>
121                         <from-outcome>login_show_addressbook</from-outcome>
122                         <to-view-id>/login/login_show_addressbook.xhtml</to-view-id>
123                 </navigation-case>
124         </navigation-rule>
125         <application>
126                 <locale-config>
127                         <default-locale>de</default-locale>
128                         <supported-locale>en_US</supported-locale>
129                 </locale-config>
130         </application>
131 </faces-config>