Adds beans and configs
[mkjsf-moved-to-github.git] / src / META-INF / faces-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"
5   version="2.1">
6
7   <factory>
8        <exception-handler-factory>com.indexdata.pz2utils4jsf.exceptions.CustomExceptionHandlerFactory</exception-handler-factory>
9   </factory>
10 </faces-config>