JSF中的Faces-config .xml,如何注册

时间:2013-12-07 06:17:19

标签: java jsf jsf-2

我们有一些faces-config.xml。代码段是:

<?xml version="1.0" encoding='UTF-8'?>
<faces-config version="2.2" xmlns="http://xmlns.jcp.org/xml/ns/javaee" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
   http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"> 
   ...
</faces-config>

JSF运行时环境知道faces-config.xmlweb-app配置文件。

我们可以将faces-config.xml重命名为另一个吗?

应用程序生命周期的哪些阶段faces-config.xml正在解析?

0 个答案:

没有答案