Class CommentLinkInput


  • public class CommentLinkInput
    extends Object
    • Field Detail

      • match

        public String match
        A JavaScript regular expression to match positions to be replaced with a hyperlink.
      • link

        public String link
        The URL to direct the user to whenever the regular expression is matched.
      • enabled

        public Boolean enabled
        Whether the commentlink is enabled.
    • Constructor Detail

      • CommentLinkInput

        public CommentLinkInput()