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 SeeStorageFormatCleanerinstead.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 StringgetKey()Deprecated.List<String>getParameters()Deprecated.
-