Class TerminatingRegexRule


  • public class TerminatingRegexRule
    extends RegexRule
    If this rule matches, terminate the processing of other rules. Allowing the request to be processed by the handlers after the rewrite rules.
    • Constructor Detail

      • TerminatingRegexRule

        public TerminatingRegexRule()
      • TerminatingRegexRule

        public TerminatingRegexRule​(@Name("regex")
                                    String regex)
    • Method Detail

      • setTerminating

        public void setTerminating​(boolean terminating)
        Description copied from class: Rule
        Sets terminating to true or false.
        Overrides:
        setTerminating in class Rule
        Parameters:
        terminating - If true, this rule will terminate the loop if this rule has been applied.