]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/faces-config.xml
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / faces-config.xml
index a21503cdc20dd679f6ffb073be48f31003351787..075a937759daee292c5bbaf4bad333a76b21717e 100644 (file)
@@ -11,7 +11,7 @@
        </application>
        <!--
        <lifecycle>
-               <phase-listener>de.chotime.landingpage.debug.LandingDebugLifeCycleListener</phase-listener>
+               <phase-listener>org.mxchange.pizzaservice.debug.PizzaDebugLifeCycleListener</phase-listener>
        </lifecycle>
        //-->
        <navigation-rule>
                        <from-outcome>logout</from-outcome>
                        <to-view-id>/logout.xhtml</to-view-id>
                </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_logout</from-outcome>
+                       <to-view-id>/admin/admin_logout.xhtml</to-view-id>
+               </navigation-case>
                <navigation-case>
                        <from-outcome>admin_index</from-outcome>
                        <to-view-id>/admin/index.xhtml</to-view-id>
                        <from-outcome>admin_export_contact</from-outcome>
                        <to-view-id>/admin/contact/admin_contact_export.xhtml</to-view-id>
                </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_list_business_contacts</from-outcome>
+                       <to-view-id>/admin/business_contacts/admin_business_contacts_list.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_export_business_contacts</from-outcome>
+                       <to-view-id>/admin/business_contacts/admin_business_contacts_export.xhtml</to-view-id>
+               </navigation-case>
                <navigation-case>
                        <from-outcome>admin_list_user</from-outcome>
                        <to-view-id>/admin/user/admin_user_list.xhtml</to-view-id>