Class RegexURLFilter

    • Constructor Detail

      • RegexURLFilter

        public RegexURLFilter()
    • Method Detail

      • createRule

        protected RegexRule createRule​(boolean sign,
                                       String regex)
        Description copied from class: RegexURLFilterBase
        Creates a new RegexRule.
        Specified by:
        createRule in class RegexURLFilterBase
        Parameters:
        sign - of the regular expression. A true value means that any URL matching this rule must be included, whereas a false value means that any URL matching this rule must be excluded.
        regex - is the regular expression associated to this rule.