Class MessageListenerTransformParams

    • Constructor Detail

      • MessageListenerTransformParams

        public MessageListenerTransformParams​(javax.faces.context.FacesContext facesContext,
                                              String clientId,
                                              javax.faces.application.FacesMessage message)
        Creates a new POJO with the given data.
        Parameters:
        facesContext - The current faces context.
        clientId - Client ID of the message's target.
        message - Message to transform.
    • Method Detail

      • getClientId

        public String getClientId()
        Returns:
        Client ID of the message's target.
      • getFacesContext

        public javax.faces.context.FacesContext getFacesContext()
        Returns:
        The current faces context.
      • getMessage

        public javax.faces.application.FacesMessage getMessage()
        Returns:
        Message to transform.