Class InvalidateZoneItemCacheOnWallContentCommentedObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
org.ametys.plugins.workspaces.wall.observers.InvalidateZoneItemCacheOnWallContentCommentedObserver
- All Implemented Interfaces:
Observer
,LogEnabled
,Serviceable
public class InvalidateZoneItemCacheOnWallContentCommentedObserver
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, _zoneItemCache
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
getPriority, observe, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
InvalidateZoneItemCacheOnWallContentCommentedObserver
-
-
Method Details
-
supports
Description copied from interface:Observer
Checks if the event is supported. If true, the observe(Event) method will be called.- Parameters:
event
- the event.- Returns:
true
for observing this event,false
otherwise.
-