Files
alfresco-community-repo/source/web/WEB-INF/faces-config-app.xml
2006-02-08 16:13:07 +00:00

23 lines
851 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<!-- ==================== APPLICATION ==================== -->
<application>
<navigation-handler>org.alfresco.web.app.AlfrescoNavigationHandler</navigation-handler>
<variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
<locale-config>
<default-locale>en</default-locale>
</locale-config>
</application>
<!-- ==================== LIFECYCLE ==================== -->
<!--
<lifecycle>
<phase-listener>org.alfresco.web.app.DebugPhaseListener</phase-listener>
</lifecycle>
-->
</faces-config>