From df8c8d8eaa3fd74b2f6a76341611555ee6d8834d Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 22 Nov 2015 15:07:27 +0100 Subject: Add initial files --- WebContent/WEB-INF/faces-config.xml | 211 ++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 WebContent/WEB-INF/faces-config.xml (limited to 'WebContent/WEB-INF/faces-config.xml') diff --git a/WebContent/WEB-INF/faces-config.xml b/WebContent/WEB-INF/faces-config.xml new file mode 100644 index 0000000..06265ca --- /dev/null +++ b/WebContent/WEB-INF/faces-config.xml @@ -0,0 +1,211 @@ + + + + + + + UserManager + beans.UserManager + session + + + + CategoryManager + beans.CategoryManager + session + + + + ContactManager + beans.ContactManager + session + + + + ProductManager + beans.ProductManager + session + + + + + /pages/home.xhtml + + + contact + /pages/contact.xhtml + + + + login + /pages/login.xhtml + + + + categories + /pages/categories.xhtml + + + + + + + /pages/login.xhtml + + + contact + /pages/contact.xhtml + + + + login + /pages/login.xhtml + + + + categories + /pages/categories.xhtml + + + + failure + /pages/login.xhtml + + + + success + /pages/greeting.xhtml + + + + + + + + /pages/categories.xhtml + + + contact + /pages/contact.xhtml + + + + login + /pages/login.xhtml + + + + categories + /pages/categories.xhtml + + + + select + /pages/products.xhtml + + + + + + + /pages/greeting.xhtml + + + contact + /pages/contact.xhtml + + + + categories + /pages/categories.xhtml + + + + home + /pages/home.xhtml + + + + + + + /pages/contact.xhtml + + + contact + /pages/contact.xhtml + + + + categories + /pages/categories.xhtml + + + + login + /pages/login.xhtml + + + + + + + /pages/products.xhtml + + + contact + /pages/contact.xhtml + + + + categories + /pages/categories.xhtml + + + + login + /pages/login.xhtml + + + + + + + /pages/product.xhtml + + + products + /pages/products.xhtml + + + + contact + /pages/contact.xhtml + + + + categories + /pages/categories.xhtml + + + + login + /pages/login.xhtml + + + + + + + com.sun.facelets.FaceletViewHandler + + + de_DE + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2