Class InvalidateZoneItemCacheOnWallContentObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
org.ametys.plugins.workspaces.wall.observers.InvalidateZoneItemCacheOnWallContentObserver
- All Implemented Interfaces:
Observer,LogEnabled,Serviceable
public class InvalidateZoneItemCacheOnWallContentObserver
extends AbstractInvalidateZoneItemCacheOnWallObserver
Observer to invalidate zone item cache of wall content service when a wall content is commented-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
_contentTypeHelper, _moduleManagerEP, _projectManager, _zoneItemCacheFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
getPriority, observe, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
InvalidateZoneItemCacheOnWallContentObserver
-
-
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.
-