sair.xhtml
639 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.tr/ui">
<!-- A página de sair não usa o template -->
<ui:define name="body">
<h:form id="formSair">
<f:metadata>
<f:event type="preRenderView" listener="#{sair.logout}" />
</f:metadata>
</h:form>
</ui:define>
</ui:composition>