Package org.ametys.web.synchronization
Class SynchronizeServiceModificationObserver
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.web.synchronization.AbstractSynchronizeObserver
-
- org.ametys.web.synchronization.AbstractSynchronizePageObserver
-
- org.ametys.web.synchronization.SynchronizeServiceModificationObserver
-
- All Implemented Interfaces:
Observer,LogEnabled,Serviceable
public class SynchronizeServiceModificationObserver extends AbstractSynchronizePageObserver
Observerfor observing service parameters modifications in order to synchronize live workspace.
-
-
Field Summary
-
Fields inherited from class org.ametys.web.synchronization.AbstractSynchronizePageObserver
_skinsManager
-
Fields inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
_liveAccessManager, _repository, _synchronizeComponent
-
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description SynchronizeServiceModificationObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_internalObservePage(Event event, Page page, Skin skin, Session liveSession)Observes the page event with access to the workspace live.protected boolean_internalSupport(Event event, Page target)Checks if the page event is supported.-
Methods inherited from class org.ametys.web.synchronization.AbstractSynchronizePageObserver
_internalObserve, service, supports
-
Methods inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
getPriority, observe
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
SynchronizeServiceModificationObserver
public SynchronizeServiceModificationObserver()
-
-
Method Detail
-
_internalSupport
protected boolean _internalSupport(Event event, Page target)
Description copied from class:AbstractSynchronizePageObserverChecks if the page event is supported.- Specified by:
_internalSupportin classAbstractSynchronizePageObserver- Parameters:
event- the event.target- the page target.- Returns:
truefor observing this event,falseotherwise.
-
_internalObservePage
protected void _internalObservePage(Event event, Page page, Skin skin, Session liveSession) throws RepositoryException
Description copied from class:AbstractSynchronizePageObserverObserves the page event with access to the workspace live.- Specified by:
_internalObservePagein classAbstractSynchronizePageObserver- Parameters:
event- the event.page- the page target.skin- the skin of the page's site.liveSession- the session to the workspace live.- Throws:
RepositoryException- if an error occurs.
-
-