META-INF.faces-config.xml Maven / Gradle / Ivy
<?xml version='1.0' encoding='UTF-8'?> <!-- =========== Faces configuration FILE ================================== --> <faces-config xmlns="https://jakarta.ee/xml/ns/jakartaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_4_0.xsd" version="4.0"> <name>bootsfaces</name> <application> <system-event-listener> <system-event-listener-class> net.bootsfaces.listeners.AddResourcesListener </system-event-listener-class> <system-event-class> jakarta.faces.event.PreRenderViewEvent </system-event-class> </system-event-listener> </application> </faces-config>