Class TerminatingPatternRule


  • public class TerminatingPatternRule
    extends PatternRule
    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

      • TerminatingPatternRule

        public TerminatingPatternRule()
      • TerminatingPatternRule

        public TerminatingPatternRule​(String pattern)
    • 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.