]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/faces-config.xml
added notice about if the user is not sharing address books as this is the secondary...
[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         <validator>
23                 <validator-id>AddressbookIdValidator</validator-id>
24                 <validator-class>org.mxchange.addressbook.validator.addressbook.AddressbookIdValidator</validator-class>
25         </validator>
26         <navigation-rule>
27                 <from-view-id>*</from-view-id>
28                 <navigation-case>
29                         <from-outcome>index</from-outcome>
30                         <to-view-id>/index.xhtml</to-view-id>
31                 </navigation-case>
32                 <navigation-case>
33                         <from-outcome>user_register</from-outcome>
34                         <to-view-id>/user/register.xhtml</to-view-id>
35                 </navigation-case>
36                 <navigation-case>
37                         <from-outcome>user_login</from-outcome>
38                         <to-view-id>/user/login.xhtml</to-view-id>
39                 </navigation-case>
40                 <navigation-case>
41                         <from-outcome>user_lost_passwd</from-outcome>
42                         <to-view-id>/user/lost_passwd.xhtml</to-view-id>
43                 </navigation-case>
44                 <navigation-case>
45                         <from-outcome>terms</from-outcome>
46                         <to-view-id>/terms.xhtml</to-view-id>
47                 </navigation-case>
48                 <navigation-case>
49                         <from-outcome>privacy</from-outcome>
50                         <to-view-id>/privacy.xhtml</to-view-id>
51                 </navigation-case>
52                 <navigation-case>
53                         <from-outcome>imprint</from-outcome>
54                         <to-view-id>/imprint.xhtml</to-view-id>
55                 </navigation-case>
56                 <navigation-case>
57                         <from-outcome>logout</from-outcome>
58                         <to-view-id>/bye.xhtml</to-view-id>
59                 </navigation-case>
60                 <navigation-case>
61                         <from-outcome>admin_index</from-outcome>
62                         <to-view-id>/admin/admin_index.xhtml</to-view-id>
63                 </navigation-case>
64                 <navigation-case>
65                         <from-outcome>login_index</from-outcome>
66                         <to-view-id>/login/login_index.xhtml</to-view-id>
67                 </navigation-case>
68                 <navigation-case>
69                         <from-outcome>user_resend_link</from-outcome>
70                         <to-view-id>/user/resend_link.xhtml</to-view-id>
71                 </navigation-case>
72                 <navigation-case>
73                         <from-outcome>login_own_addressbooks</from-outcome>
74                         <to-view-id>/login/login_own_addressbooks.xhtml</to-view-id>
75                 </navigation-case>
76                 <navigation-case>
77                         <from-outcome>login_other_addressbooks</from-outcome>
78                         <to-view-id>/login/login_other_addressbooks.xhtml</to-view-id>
79                 </navigation-case>
80                 <navigation-case>
81                         <from-outcome>login_user_list</from-outcome>
82                         <to-view-id>/login/login_user_list.xhtml</to-view-id>
83                 </navigation-case>
84                 <navigation-case>
85                         <from-outcome>admin_logout</from-outcome>
86                         <to-view-id>/admin/admin_logout.xhtml</to-view-id>
87                 </navigation-case>
88                 <navigation-case>
89                         <from-outcome>login_edit_address</from-outcome>
90                         <to-view-id>/login/login_edit_address.xhtml</to-view-id>
91                 </navigation-case>
92                 <navigation-case>
93                         <from-outcome>login_edit_user_data</from-outcome>
94                         <to-view-id>/login/login_edit_user_data.xhtml</to-view-id>
95                 </navigation-case>
96                 <navigation-case>
97                         <from-outcome>login_shared_addressbooks</from-outcome>
98                         <to-view-id>/login/login_shared_addressbooks.xhtml</to-view-id>
99                 </navigation-case>
100         </navigation-rule>
101         <navigation-rule>
102                 <from-view-id>/user/login.xhtml</from-view-id>
103                 <navigation-case>
104                         <from-outcome>login</from-outcome>
105                         <to-view-id>/login/login_index.xhtml</to-view-id>
106                 </navigation-case>
107         </navigation-rule>
108         <navigation-rule>
109                 <from-view-id>/user/register.xhtml</from-view-id>
110                 <navigation-case>
111                         <from-outcome>register_done</from-outcome>
112                         <to-view-id>/user/register_done.xhtml</to-view-id>
113                 </navigation-case>
114         </navigation-rule>
115         <navigation-rule>
116                 <from-view-id>/admin/admin_logout.xhtml</from-view-id>
117                 <navigation-case>
118                         <from-outcome>index</from-outcome>
119                         <to-view-id>/index.xhtml</to-view-id>
120                 </navigation-case>
121         </navigation-rule>
122         <navigation-rule>
123                 <from-view-id>/login/login_own_addressbooks.xhtml</from-view-id>
124                 <navigation-case>
125                         <from-outcome>login_add_addressbook</from-outcome>
126                         <to-view-id>/login/login_add_addressbook.xhtml</to-view-id>
127                 </navigation-case>
128                 <navigation-case>
129                         <from-outcome>login_show_addressbook</from-outcome>
130                         <to-view-id>/login/login_show_addressbook.xhtml</to-view-id>
131                 </navigation-case>
132                 <navigation-case>
133                         <from-outcome>login_show_addressbook_entries</from-outcome>
134                         <to-view-id>/login/login_show_addressbook_entries.xhtml</to-view-id>
135                 </navigation-case>
136         </navigation-rule>
137         <application>
138                 <locale-config>
139                         <default-locale>de</default-locale>
140                         <supported-locale>en_US</supported-locale>
141                 </locale-config>
142         </application>
143 </faces-config>