com.atlassian.confluence.content.render.xhtml
Class XhtmlCleaner.AppliedRuleDescription

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
Enclosing interface:
XhtmlCleaner

public static class XhtmlCleaner.AppliedRuleDescription
extends Object

A description of a rule that was applied during the cleaning of content.


Constructor Summary
XhtmlCleaner.AppliedRuleDescription(String key, List<String> parameters)
           
 
Method Summary
 String getKey()
           
 List<String> getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlCleaner.AppliedRuleDescription

public XhtmlCleaner.AppliedRuleDescription(String key,
                                           List<String> parameters)
Method Detail

getParameters

public List<String> getParameters()
Returns:
the parameters for the description key.

getKey

public String getKey()
Returns:
a unique key that can be mapped to a message describing the clean up rule applied.


Copyright © 2003-2012 Atlassian. All Rights Reserved.