public interface ItemProcessor
Item, by applying any needed modification to it.| Modifier and Type | Method and Description |
|---|---|
Item |
process(Context context,
CachingOptions cachingOptions,
Item item)
Processes an
Item. |
Item process(Context context, CachingOptions cachingOptions, Item item) throws ItemProcessingException
Item.context - the current contextcachingOptions - caching options in case you need access to itemsitem - the item to processItemProcessingException - if an error occurred while processing the itemCopyright © 2018 CrafterCMS. All rights reserved.