Package com.day.cq.contentsync.handler
Class AbstractDefaultContentUpdateHandler
java.lang.Object
com.day.cq.contentsync.handler.HashableContentUpdateHandler
com.day.cq.contentsync.handler.AbstractDefaultContentUpdateHandler
- All Implemented Interfaces:
ContentUpdateHandler
- Direct Known Subclasses:
AbstractSlingResourceUpdateHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the property that defines the target path.Fields inherited from class com.day.cq.contentsync.handler.HashableContentUpdateHandler
HASH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.day.cq.contentsync.handler.ContentUpdateHandler
updateCacheEntry
-
Field Details
-
CONFIG_TARGET_PATH_PREFIX
The name of the property that defines the target path.- See Also:
-
-
Constructor Details
-
AbstractDefaultContentUpdateHandler
public AbstractDefaultContentUpdateHandler()
-