Class PostKeepFlashValueEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PostKeepFlashValueEvent​(java.lang.String key)
      Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.
      PostKeepFlashValueEvent​(FacesContext facesContext, java.lang.String key)
      Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.
    • Constructor Detail

      • PostKeepFlashValueEvent

        public PostKeepFlashValueEvent​(java.lang.String key)

        Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash. If the argument is null, the literal Flash.NULL_VALUE must be passed to the superclass constructor.

        Parameters:
        key - the key in the flash that was just kept.
      • PostKeepFlashValueEvent

        public PostKeepFlashValueEvent​(FacesContext facesContext,
                                       java.lang.String key)

        Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash. If the argument is null, the literal Flash.NULL_VALUE must be passed to the superclass constructor.

        Parameters:
        facesContext - the Faces context.
        key - the key in the flash that was just kept.
    • Method Detail

      • getKey

        public java.lang.String getKey​()