public interface DocumentPostProcessor<T>
Modifier and Type | Method and Description |
---|---|
void |
postProcess(T doc)
Processes the specified document to modify or enhance it.
|
void postProcess(T doc)
doc
- the document to processCopyright © 2019 CrafterCMS. All rights reserved.