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
ATagRule
that is responsible for processing image tags.Implementations should extract the image tag urls during processing and update them as necessary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<ExportImageDescriptor>
getExtractedUrls()
Gets the set ofExportImageDescriptor
representing the image tag urls that were extracted during processing.
-
-
-
Method Detail
-
getExtractedUrls
Set<ExportImageDescriptor> getExtractedUrls()
Gets the set ofExportImageDescriptor
representing the image tag urls that were extracted during processing.
-
-