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 SeeStorageFormatCleaner
instead.The complete results of a clean up operation.
-
-
Constructor Summary
Constructors Constructor Description Result()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription description)
Deprecated.List<XhtmlCleaner.AppliedRuleDescription>
getAppliedRuleDescriptions()
Deprecated.String
getCleanedData()
Deprecated.void
setCleanedData(String data)
Deprecated.
-
-
-
Method Detail
-
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.
-
-