Class RewriteCond.Condition

    • Constructor Summary

      Constructors 
      Constructor Description
      Condition()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean evaluate​(java.lang.String value, Resolver resolver)
      Evaluate the condition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Condition

        public Condition()
        Default constructor.
    • Method Detail

      • evaluate

        public abstract boolean evaluate​(java.lang.String value,
                                         Resolver resolver)
        Evaluate the condition.
        Parameters:
        value - The value to evaluate
        resolver - The resolver
        Returns:
        true if the condition is met