Package org.ametys.web.cache.zoneitem
Class InvalidateZoneItemCacheOnContentCommentedObserver
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
 - 
- org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnContentObserver
 - 
- org.ametys.web.cache.zoneitem.InvalidateZoneItemCacheOnContentCommentedObserver
 
 
 
 
 
- 
- All Implemented Interfaces:
 Observer,LogEnabled,Serviceable
public class InvalidateZoneItemCacheOnContentCommentedObserver extends AbstractZoneItemCacheOnContentObserver
Invalidates the ZoneItem containing a Content which has just been commented. 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnContentObserver
_resolver 
- 
Fields inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
_zoneItemCache 
- 
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InvalidateZoneItemCacheOnContentCommentedObserver() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Event event)Checks if the event is supported.- 
Methods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnContentObserver
getWorkspace, observe, service 
- 
Methods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
getPriority 
- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidateZoneItemCacheOnContentCommentedObserver
public InvalidateZoneItemCacheOnContentCommentedObserver()
 
 - 
 
 -