Class XhtmlCleaner.Result

java.lang.Object
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Enclosing interface:
XhtmlCleaner

public static class XhtmlCleaner.Result extends Object
Deprecated.
since 5.1.4 See StorageFormatCleaner instead.
The complete results of a clean up operation.
  • Constructor Details

    • Result

      public Result()
      Deprecated.
  • Method Details

    • setCleanedData

      public void setCleanedData(String data)
      Deprecated.
    • addAppliedRuleDescription

      public void addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription description)
      Deprecated.
    • getAppliedRuleDescriptions

      public List<XhtmlCleaner.AppliedRuleDescription> getAppliedRuleDescriptions()
      Deprecated.
    • getCleanedData

      public String getCleanedData()
      Deprecated.
      Returns:
      the cleaned version of the data supplied to the cleanup method.