forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.0 KiB
						
					
					
				<?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>
 | 
						|
 | 
						|
  <!-- Set default locale and add supported locales here...
 | 
						|
  <application>
 | 
						|
    <locale-config>
 | 
						|
      <default-locale>en</default-locale>
 | 
						|
      <supported-locale>de</supported-locale>
 | 
						|
      <supported-locale>fr</supported-locale>
 | 
						|
      <supported-locale>es</supported-locale>
 | 
						|
    </locale-config>
 | 
						|
  </application>
 | 
						|
  -->
 | 
						|
 | 
						|
  <!--
 | 
						|
    <application>
 | 
						|
        <locale-config>
 | 
						|
            <default-locale>pt_PT</default-locale>
 | 
						|
        </locale-config>
 | 
						|
    </application>
 | 
						|
    -->
 | 
						|
	
 | 
						|
    <lifecycle>
 | 
						|
        <phase-listener>phaselistener.MainPhaseListener</phase-listener>
 | 
						|
    </lifecycle>          
 | 
						|
    <managed-bean>
 | 
						|
        <managed-bean-name>Acesso</managed-bean-name>
 | 
						|
        <managed-bean-class>analiseacidentestrabalho.Acesso</managed-bean-class>
 | 
						|
        <managed-bean-scope>request</managed-bean-scope>
 | 
						|
    </managed-bean>
 | 
						|
</faces-config>
 |