Package org.ametys.web.cache
Class AbstractCacheObserver
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.web.cache.AbstractCacheObserver
-
- All Implemented Interfaces:
Observer,LogEnabled
- Direct Known Subclasses:
AbstractSiteCacheObserver,InvalidateCacheOnSitemapACLUpdateObserver,InvalidateSiteCacheObserver,InvalidateSitemapSaxerCacheObserver,InvalidTagCloudCacheOnContentModification,InvalidTagCloudCacheOnServiceModification,InvalidTagCloudCacheOnSiteModification
public abstract class AbstractCacheObserver extends AbstractLogEnabled implements Observer
AbstractObserverfor calling front office Web Services.
-
-
Field Summary
-
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description AbstractCacheObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority(Event event)Retrieves the priority to observe this event.
This can be used to process a supported event before others observers.-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
AbstractCacheObserver
public AbstractCacheObserver()
-
-
Method Detail
-
getPriority
public int getPriority(Event event)
Description copied from interface:ObserverRetrieves the priority to observe this event.
This can be used to process a supported event before others observers.- Specified by:
getPriorityin interfaceObserver- Parameters:
event- the event.- Returns:
- the priority where 0 the max priority and Integer.MAX_VALUE the min priority.
-
-