Class TagConditional

    • Constructor Detail

      • TagConditional

        @DataBoundConstructor
        public TagConditional​(String pattern)
    • Method Detail

      • getPattern

        public String getPattern()
      • getComparator

        public String getComparator()
        The Comparator to use.
        Returns:
        the name of the comparator or null if default.
      • setComparator

        @DataBoundSetter
        public void setComparator​(String comparator)
      • tagMatches

        public boolean tagMatches​(String actualTag)