Class UnbluPatternMatchingExternalLinkHandler

    • Constructor Detail

      • UnbluPatternMatchingExternalLinkHandler

        public UnbluPatternMatchingExternalLinkHandler()
        Default constructor.
        If you use this constructor, the list of patterns that may be opened in the system browser is as follows:
        • ^\Qhttps://\E.*
        • ^\Qmailto://\E.*
        • ^\Qtel:\E.*
      • UnbluPatternMatchingExternalLinkHandler

        public UnbluPatternMatchingExternalLinkHandler​(java.util.List<java.util.regex.Pattern> patternList)
        This constructor allows the user to pass in a custom list of Patterns. The list overrides the default list.
        Parameters:
        patternList - A list of patterns to compare links to