Class DialogKeepFlashPhaseListener

java.lang.Object
org.primefaces.application.DialogKeepFlashPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class DialogKeepFlashPhaseListener extends Object implements javax.faces.event.PhaseListener
Keeps objects within Flash during opening a Dialog Framework - dialog and so allows passing objects via Flash to a Dialog Framework - dialog.
See Also:
  • Constructor Details

    • DialogKeepFlashPhaseListener

      public DialogKeepFlashPhaseListener()
  • Method Details

    • afterPhase

      public void afterPhase(javax.faces.event.PhaseEvent event)
      Specified by:
      afterPhase in interface javax.faces.event.PhaseListener
    • beforePhase

      public void beforePhase(javax.faces.event.PhaseEvent event)
      Specified by:
      beforePhase in interface javax.faces.event.PhaseListener
    • getPhaseId

      public javax.faces.event.PhaseId getPhaseId()
      Specified by:
      getPhaseId in interface javax.faces.event.PhaseListener
    • isInDialogPreparation

      protected boolean isInDialogPreparation()