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: 1.3.2
Show newest version
<?xml version='1.0' encoding='UTF-8'?>

<!-- =========== FULL CONFIGURATION FILE ================================== -->

<faces-config version="2.0" 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">

    <application>
        <system-event-listener>
                <system-event-listener-class>org.conventionsframework.system.VersionSystemEventListener</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>  
   <component>
        <component-type>org.conventionsframework.component.PanelGrid</component-type>
        <component-class>org.conventionsframework.component.panelgrid.PanelGrid</component-class>
    </component>
     <component>
        <component-type>org.conventionsframework.component.SecurityArea</component-type>
        <component-class>org.conventionsframework.component.securityarea.SecurityArea</component-class>
    </component>
    
     <component>
        <component-type>org.conventionsframework.component.ValidationPanel</component-type>
        <component-class>org.conventionsframework.component.validationpanel.ValidationPanel</component-class>
    </component>

    <render-kit>
        <renderer>
            <component-family>org.conventionsframework.component</component-family>
            <renderer-type>org.conventionsframework.component.PanelGridRenderer</renderer-type>
            <renderer-class>org.conventionsframework.component.panelgrid.PanelGridRenderer</renderer-class>
        </renderer>
         <renderer>
            <component-family>org.conventionsframework.component</component-family>
            <renderer-type>org.conventionsframework.component.SecurityAreaRenderer</renderer-type>
            <renderer-class>org.conventionsframework.component.securityarea.SecurityAreaRenderer</renderer-class>
        </renderer>
        <renderer>
            <component-family>org.conventionsframework.component</component-family>
            <renderer-type>org.conventionsframework.component.ValidationPanelRenderer</renderer-type>
            <renderer-class>org.conventionsframework.component.validationpanel.ValidationPanelRenderer</renderer-class>
        </renderer>
     </render-kit>
     
</faces-config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy