Class ErrorMessageTagHelper

    • Constructor Detail

      • ErrorMessageTagHelper

        public ErrorMessageTagHelper()
    • Method Detail

      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Obtains the contents to render based on the attributes defined (if existing).
        Specified by:
        getContent in class ResponseContextTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException
      • setAttrName

        public void setAttrName​(java.lang.String attrName)
      • setMatchStr

        public void setMatchStr​(java.lang.String matchStr)
      • setReplaceStr

        public void setReplaceStr​(java.lang.String replaceStr)
      • setEncode

        public void setEncode​(java.lang.String encode)