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.1
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy