Package org.primefaces.application
Class DialogKeepFlashPhaseListener
java.lang.Object
org.primefaces.application.DialogKeepFlashPhaseListener
- All Implemented Interfaces:
Serializable,EventListener,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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPhase(javax.faces.event.PhaseEvent event) voidbeforePhase(javax.faces.event.PhaseEvent event) javax.faces.event.PhaseIdprotected boolean
-
Constructor Details
-
DialogKeepFlashPhaseListener
public DialogKeepFlashPhaseListener()
-
-
Method Details
-
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent event) - Specified by:
afterPhasein interfacejavax.faces.event.PhaseListener
-
beforePhase
public void beforePhase(javax.faces.event.PhaseEvent event) - Specified by:
beforePhasein interfacejavax.faces.event.PhaseListener
-
getPhaseId
public javax.faces.event.PhaseId getPhaseId()- Specified by:
getPhaseIdin interfacejavax.faces.event.PhaseListener
-
isInDialogPreparation
protected boolean isInDialogPreparation()
-