Class XhtmlCleaner.Result
java.lang.Object
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
- Enclosing interface:
XhtmlCleaner
Deprecated.
The complete results of a clean up operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Deprecated.void
setCleanedData
(String data) Deprecated.
-
Constructor Details
-
Result
public Result()Deprecated.
-
-
Method Details
-
setCleanedData
Deprecated. -
addAppliedRuleDescription
Deprecated. -
getAppliedRuleDescriptions
Deprecated. -
getCleanedData
Deprecated.- Returns:
- the cleaned version of the data supplied to the cleanup method.
-
StorageFormatCleaner
instead.