Class XhtmlCleaner.AppliedRuleDescription

  • Enclosing interface:
    XhtmlCleaner

    public static class XhtmlCleaner.AppliedRuleDescription
    extends Object
    Deprecated.
    since 5.1.4 See StorageFormatCleaner instead.
    A description of a rule that was applied during the cleaning of content.
    • Constructor Detail

      • AppliedRuleDescription

        public AppliedRuleDescription​(String key,
                                      List<String> parameters)
        Deprecated.
    • Method Detail

      • getParameters

        public List<String> getParameters()
        Deprecated.
        Returns:
        the parameters for the description key.
      • getKey

        public String getKey()
        Deprecated.
        Returns:
        a unique key that can be mapped to a message describing the clean up rule applied.