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
Observer for observing service parameters modifications in order to synchronize live workspace.-
Field Summary
Fields inherited from class org.ametys.web.synchronization.AbstractSynchronizePageObserver
_skinsManagerFields inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
_liveAccessManager, _repository, _synchronizeComponentFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_internalObservePage(Event event, Page page, Skin skin, javax.jcr.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, supportsMethods inherited from class org.ametys.web.synchronization.AbstractSynchronizeObserver
getPriority, observeMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
SynchronizeServiceModificationObserver
-
-
Method Details
-
_internalSupport
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, javax.jcr.Session liveSession) throws javax.jcr.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:
javax.jcr.RepositoryException- if an error occurs.
-