Class MessageListenerEvent

    • Constructor Detail

      • MessageListenerEvent

        public MessageListenerEvent​(List<javax.faces.application.FacesMessage> messages)
        Creates a new POJO with the given values.
        Parameters:
        messages - The value as it will be returned by getMessages().
    • Method Detail

      • getMessages

        public List<javax.faces.application.FacesMessage> getMessages()
        Returns:
        All messages that were added to the MessageListener component.