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

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

public static class StorageFormatCleaner.AppliedRuleDescription
extends java.lang.Object

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


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

Constructor Detail

StorageFormatCleaner.AppliedRuleDescription

public StorageFormatCleaner.AppliedRuleDescription(java.lang.String key,
                                                   java.util.List<java.lang.String> parameters)
Method Detail

getParameters

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

getKey

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.