Show faces-config.xml syntax highlighted
<?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. You may not modify,
use, reproduce, or distribute this software except in compliance with the terms of the License
at: http://developer.sun.com/berkeley_license.html
$Id: faces-config.xml 1075 2006-06-07 12:27:28Z jkarppin $ -->
<!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>
<!-- managed bean for GBDisk UI -->
<managed-bean>
<managed-bean-name>globalBean</managed-bean-name>
<managed-bean-class>fi.hip.gb.portlet.disk.GlobalBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>localBean</managed-bean-name>
<managed-bean-class>fi.hip.gb.portlet.disk.LocalBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>selectedFile</managed-bean-name>
<managed-bean-class>fi.hip.gb.disk.info.LocalInfoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<navigation-rule>
<from-view-id>/jsp/local_disk.jsp</from-view-id>
<navigation-case>
<from-outcome>status</from-outcome>
<to-view-id>/jsp/status.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/jsp/status.jsp</from-view-id>
<navigation-case>
<from-outcome>return</from-outcome>
<to-view-id>/jsp/local_disk.jsp</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>
See more files for this project here