Interface HTMLPostReadProcessor
-
- All Known Implementing Classes:
AddImagesToAttachmentsProcessor
public interface HTMLPostReadProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postRead(ProcessingContext context)
This method is executed after the html stream has been read and the corresponding html document is available.
-
-
-
Method Detail
-
postRead
void postRead(ProcessingContext context)
This method is executed after the html stream has been read and the corresponding html document is available.- Parameters:
context
- contains the general processing context that is needed to process HTML documents.
-
-