public interface ItemInterceptorHandler
Modifier and Type | Method and Description |
---|---|
boolean |
interceptItem(Item item,
ItemInterceptor interceptor,
GeneratorContext.MasterContext masterContext)
Intercept an item
|
boolean interceptItem(Item item, ItemInterceptor interceptor, GeneratorContext.MasterContext masterContext)
Note that if the item is realized on multiple master servers the method will be called once for each master.
item
- the item to interceptinterceptor
- the interceptor elementmasterContext
- the master contexttrue
if the event should be passed to other
interceptors