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, _zoneItemCache
-
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description InvalidateZoneItemCacheOnWallContentObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Event event)
Checks if the event is supported.-
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 Detail
-
InvalidateZoneItemCacheOnWallContentObserver
public InvalidateZoneItemCacheOnWallContentObserver()
-
-