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 SeeStorageFormatCleaner
instead.A description of a rule that was applied during the cleaning of content.
-
-
Constructor Summary
Constructors Constructor Description AppliedRuleDescription(String key, List<String> parameters)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getKey()
Deprecated.List<String>
getParameters()
Deprecated.
-