All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.faces-config.xml Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
	version="2.0">

    <application>
        <locale-config>
            <supported-locale>en</supported-locale>
            <supported-locale>en_US</supported-locale>		
            <supported-locale>pt_BR</supported-locale>
            <supported-locale>es_MX</supported-locale>
            <supported-locale>zh_CN</supported-locale>
            <supported-locale>ar</supported-locale>
            <supported-locale>de_DE</supported-locale>
            <supported-locale>ru_RU</supported-locale>
        </locale-config>
            
        <resource-bundle>
            <base-name>com.github.adminfaces.template.i18n.AdminUTF8Bundle</base-name>
            <var>adm</var>
        </resource-bundle>
        <system-event-listener>
            <system-event-listener-class>com.github.adminfaces.template.event.AdminSystemEventListener</system-event-listener-class>
            <system-event-class>javax.faces.event.PostConstructApplicationEvent</system-event-class>
            <source-class>javax.faces.application.Application</source-class>
        </system-event-listener>
    </application>

    <factory>
        <exception-handler-factory>com.github.adminfaces.template.exception.CustomExceptionHandlerFactory</exception-handler-factory>
    </factory>

</faces-config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy