com.atlassian.confluence.importexport.impl
Interface ImageProcessingRule

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

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
 java.util.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

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.