org.openfaces.util
Class UtilPhaseListener

java.lang.Object
  extended by org.openfaces.util.PhaseListenerBase
      extended by org.openfaces.util.UtilPhaseListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener

public class UtilPhaseListener
extends PhaseListenerBase

See Also:
Serialized Form

Constructor Summary
UtilPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
static void appendHeaderContent(javax.faces.context.FacesContext context)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
static void encodeFormSubmissionAjaxInactivityTimeout(javax.faces.context.FacesContext context)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilPhaseListener

public UtilPhaseListener()
Method Detail

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent event)

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent event)

appendHeaderContent

public static void appendHeaderContent(javax.faces.context.FacesContext context)

encodeFormSubmissionAjaxInactivityTimeout

public static void encodeFormSubmissionAjaxInactivityTimeout(javax.faces.context.FacesContext context)

getPhaseId

public javax.faces.event.PhaseId getPhaseId()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.