Class PreClearFlashEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PreClearFlashEvent​(java.util.Map<java.lang.String,java.lang.Object> source)
      Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.
      PreClearFlashEvent​(FacesContext facesContext, java.util.Map<java.lang.String,java.lang.Object> source)
      Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreClearFlashEvent

        public PreClearFlashEvent​(java.util.Map<java.lang.String,java.lang.Object> source)

        Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

        Parameters:
        source - Map containing the values about to be cleared This need not be the actual Flash instance.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.
      • PreClearFlashEvent

        public PreClearFlashEvent​(FacesContext facesContext,
                                  java.util.Map<java.lang.String,java.lang.Object> source)

        Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

        Parameters:
        facesContext - the Faces context.
        source - Map containing the values about to be cleared This need not be the actual Flash instance.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.