Interface PlaceholderHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ComparisonResult evaluate​(java.lang.String testText, java.lang.String... placeholderParameters)
      Evaluate the test value when control contained the placeholder handled by this class.
      java.lang.String getKeyword()
      The placeholder keyword this handler is responsible for.
    • Method Detail

      • getKeyword

        java.lang.String getKeyword()
        The placeholder keyword this handler is responsible for.
      • evaluate

        ComparisonResult evaluate​(java.lang.String testText,
                                  java.lang.String... placeholderParameters)
        Evaluate the test value when control contained the placeholder handled by this class.
        Parameters:
        testText - the textual content of the element or attribute this placeholder has been added to.
        placeholderParameters - any arguments provided to the placeholder.