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
public abstract class AbstractDefaultContentUpdateHandler extends HashableContentUpdateHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG_TARGET_PATH_PREFIX
The name of the property that defines the target path.-
Fields inherited from class com.day.cq.contentsync.handler.HashableContentUpdateHandler
HASH_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description AbstractDefaultContentUpdateHandler()
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.day.cq.contentsync.handler.ContentUpdateHandler
updateCacheEntry
-
-
-
-
Field Detail
-
CONFIG_TARGET_PATH_PREFIX
public static final java.lang.String CONFIG_TARGET_PATH_PREFIX
The name of the property that defines the target path.- See Also:
- Constant Field Values
-
-