com.atlassian.confluence.importexport.impl
Interface ImageProcessingRule

All Superinterfaces:
com.opensymphony.module.sitemesh.html.TagRule
All Known Implementing Classes:
HtmlImageProcessingRule

public interface ImageProcessingRule
extends com.opensymphony.module.sitemesh.html.TagRule

A TagRule that is responsible for processing image tags.

Implementations should extract the image tag urls during processing and update them as necessary.


Method Summary
 Set<ExportImageDescriptor> getExtractedUrls()
          Gets the set of ExportImageDescriptor representing the image tag urls that were extracted during processing.
 
Methods inherited from interface com.opensymphony.module.sitemesh.html.TagRule
process, setContext, shouldProcess
 

Method Detail

getExtractedUrls

Set<ExportImageDescriptor> getExtractedUrls()
Gets the set of ExportImageDescriptor representing the image tag urls that were extracted during processing.



Copyright © 2003–2015 Atlassian. All rights reserved.