Interface PostProcessor
- All Known Implementing Classes:
InsertFragmentMetaTagPostProcessor
public interface PostProcessor
Implement this interface to manipulate the HTML document after template processing.
-
Method Summary
-
Method Details
-
process
Process the HTML document.- Parameters:
document
- The HTML document after template processing.- Returns:
- the new document.
-