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

    Modifier and Type
    Method
    Description
    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