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

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

<?xml version="1.0" encoding="UTF-8"?>
<faces-config version="2.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:bridge="http://jboss.org/xml/ns/bridge/bridge-extension"
    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_1.xsd">
    <name>JBossPortletBridge_RichFaces4</name>
    <ordering>
        <after>
            <name>JBossPortletBridge</name>
        </after>
        <before>
            <others />
        </before>
    </ordering>
    <application>
        <view-handler>org.jboss.portletbridge.richfaces.application.ViewHandlerImpl</view-handler>
        <resource-handler>org.jboss.portletbridge.richfaces.application.resource.RichFacesPortletResourceHandler</resource-handler>
    </application>
    <factory>
        <application-factory>org.jboss.portletbridge.richfaces.application.ApplicationFactoryImpl</application-factory>
        <faces-context-factory>org.jboss.portletbridge.richfaces.context.FileUploadFacesContextFactory</faces-context-factory>
    </factory>
    <render-kit>
        <render-kit-id>HTML_BASIC</render-kit-id>
        <render-kit-class>org.jboss.portletbridge.richfaces.renderkit.html.RichFacesRenderKit</render-kit-class>
    </render-kit>
</faces-config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy