public interface ItemInterceptorHandler
Modifier and Type | Method and Description |
---|---|
boolean |
interceptItem(Item item,
ItemInterceptor interceptor,
GeneratorContext.MasterContext masterContext,
Properties properties)
Intercept an item
|
boolean interceptItem(Item item, ItemInterceptor interceptor, GeneratorContext.MasterContext masterContext, Properties properties)
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 contextproperties
- the aggregated component propertiestrue
if the event should be passed to other
interceptors