public class

HtmlImageProcessingRule

extends BasicRule
implements ImageProcessingRule
java.lang.Object
   ↳ com.opensymphony.module.sitemesh.html.BasicRule
     ↳ com.atlassian.confluence.importexport.impl.HtmlImageProcessingRule

Class Overview

Processes image tags for html exports. It extracts the image tag urls and replaces them with a relative export path i.e a path relative to the temprorary export directory where the exported image is expected to be copied to.

Summary

[Expand]
Inherited Fields
From class com.opensymphony.module.sitemesh.html.BasicRule
Public Constructors
HtmlImageProcessingRule()
Public Methods
Set<ExportImageDescriptor> getExtractedUrls()
Gets the set of ExportImageDescriptor representing the image tag urls that were extracted during processing.
void process(Tag tag)
void setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)
void setSettingsManager(SettingsManager settingsManager)
[Expand]
Inherited Methods
From class com.opensymphony.module.sitemesh.html.BasicRule
From class java.lang.Object
From interface com.atlassian.confluence.importexport.impl.ImageProcessingRule
From interface com.opensymphony.module.sitemesh.html.TagRule

Public Constructors

public HtmlImageProcessingRule ()

Public Methods

public Set<ExportImageDescriptor> getExtractedUrls ()

Gets the set of ExportImageDescriptor representing the image tag urls that were extracted during processing.

public void process (Tag tag)

public void setAttachmentUrlParser (AttachmentUrlParser attachmentUrlParser)

public void setSettingsManager (SettingsManager settingsManager)