mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2323 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
851 B
XML
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>
|