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

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

Deprecated. since 5.1.4 See StorageFormatCleaner instead.

public static class XhtmlCleaner.Result
extends java.lang.Object

The complete results of a clean up operation.


Constructor Summary
XhtmlCleaner.Result()
          Deprecated.  
 
Method Summary
 void addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription description)
          Deprecated.  
 java.util.List<XhtmlCleaner.AppliedRuleDescription> getAppliedRuleDescriptions()
          Deprecated.  
 java.lang.String getCleanedData()
          Deprecated.  
 void setCleanedData(java.lang.String data)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlCleaner.Result

public XhtmlCleaner.Result()
Deprecated. 
Method Detail

setCleanedData

public void setCleanedData(java.lang.String data)
Deprecated. 

addAppliedRuleDescription

public void addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription description)
Deprecated. 

getAppliedRuleDescriptions

public java.util.List<XhtmlCleaner.AppliedRuleDescription> getAppliedRuleDescriptions()
Deprecated. 

getCleanedData

public java.lang.String getCleanedData()
Deprecated. 
Returns:
the cleaned version of the data supplied to the cleanup method.


Copyright © 2003-2014 Atlassian. All Rights Reserved.