Class ErrorInfo


  • public class ErrorInfo
    extends Object
    This bean class holds information about a bundle key and its UI element id pair.
    • Constructor Detail

      • ErrorInfo

        public ErrorInfo​(String item,
                         String key)
        The constructor defines the UI item ID and resource bundle key pair.
        Parameters:
        item - The JSF UI item ID.
        key - The resource bundle error key.
    • Method Detail

      • getGuiItemId

        public String getGuiItemId()
        The JSF UI item ID getter.
        Returns:
        The JSF UI item ID.
      • getMessageKey

        public String getMessageKey()
        The resource bundle error Key getter.
        Returns:
        The resource bundle error key.