Package org.ametys.web.cache.zoneitem
Class InvalidateZoneItemCacheOnContentReactionObserver
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.InvalidateZoneItemCacheOnContentReactionObserver
- All Implemented Interfaces:
 Observer,LogEnabled,Serviceable
public class InvalidateZoneItemCacheOnContentReactionObserver
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
_resolverFields inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
_zoneItemCacheFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnContentObserver
getWorkspace, observe, serviceMethods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
getPriorityMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Constructor Details
- 
InvalidateZoneItemCacheOnContentReactionObserver
 
 - 
 - 
Method Details
- 
supports
Description copied from interface:ObserverChecks if the event is supported. If true, the observe(Event) method will be called.- Parameters:
 event- the event.- Returns:
 truefor observing this event,falseotherwise.
 
 -