All Known Implementing Classes:
InsertFragmentMetaTagPostProcessor

public interface PostProcessor
Implement this interface to manipulate the HTML document after template processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Document document)
    Process the HTML document.
  • Method Details

    • process

      Document process(Document document)
      Process the HTML document.
      Parameters:
      document - The HTML document after template processing.
      Returns:
      the new document.