Class XhtmlCleaner.AppliedRuleDescription

java.lang.Object
com.atlassian.confluence.content.render.xhtml.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 Details

    • AppliedRuleDescription

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

    • 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.